|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Parameters
Hello,
I want to send parameters from a html page containing various small pictures to a "detail page" that will display a bigger corresponding pictures. What is the easiest way to do this? I was trying to send my parameter (names "src_tableau") to the target page (named "details.htm" like this : <a href="details.htm?src_tableau=big_peintures_10.jpg;" and retrieving it in the target page like this : <script> var src = request.getParameter("src_tableau"); document.write('<p>Source : ' + src + '</p>'); </script> But I have got the following error : "request undefined" (I've tried using IIS also). Thanks for your help, Arnaud |
|
#2
|
|||
|
|||
|
Wrong forum
![]() You want the HTML, Javascript & CSS forum. You'll get more help there, but I can tell you now that you're trying to mix Java and Javascript, and that ain't gonna work ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Parameters |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|