Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
tku62 #1
Need help using URL parameter
I have a question on passing the value in URL parameter, i have two example
links provided below, one shows the dynamic images of each unique product (
[url]www.kumingwei.com:8080/page1.jsp[/url] ) , the other links shows the additional
image of each unique product ( [url]www.kumingwei.com:8080/page1.jsp[/url] ).
I will trying to pass the product_id from page1.jsp to page2.jsp so that
page2.jsp will only display the additional images of the same product.
For page1.jsp, i have put everything in a form, but when I tried to pass the
parameter by adding
?code=<%=pix('product_id')%> {where pix is name of recordset, and product_id
is one of the field in the recordset pix}
it will show errors shown below .
An error occurred at line: 229 in the jsp file: /page1.jsp
Generated servlet error:
C:\tomcat\work\Catalina\localhost\lure\org\apache\ jsp\page1_jsp.java:314:
unclosed character literal
out.print(pix('product_id'));
^
An error occurred at line: 229 in the jsp file: /page1.jsp
Generated servlet error:
C:\tomcat\work\Catalina\localhost\lure\org\apache\ jsp\page1_jsp.java:314:
unclosed character literal
out.print(pix('product_id'));
^
An error occurred at line: 229 in the jsp file: /page1.jsp
Generated servlet error:
C:\tomcat\work\Catalina\localhost\lure\org\apache\ jsp\page1_jsp.java:314: ')'
expected
out.print(pix('product_id'));
^
3 errors
Please show me how i can fix the problem, thank you.
Ming
tku62 Guest
-
Bad Parameter ! box
Hello, I have a message box which pops when I run my code, but it doesn't look like a error with my code, its a smaller warning sign message box... -
URL parameter in DW??
How can I use URL parameter between two pages in aspx?? Thanks! -
out parameter
Hi, I use a parameter as "out int myarray" in the web service, but somehow the client cannot process it. Could you please tell me why this... -
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
parameter
Hello, How use a variable Javascript in a fonction VB.NET? (Variable Javascript is executed in page_load but fonction VB.NET is executed in asp...



Reply With Quote

