|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
<Go> tag Error 500
I am trying to invoke a Perl script from WML. The <go> tag will not invoke my script <go href="/cgi-bin/wml2.pl"/> nor will it go to a URL <go href="http://wap.yahoo.com"/>. I get "HTTP Error 500: Internal Server Error". It will, however, link to a new card within my WML file <go href="#card1"/>.
Full code below. Please help! I am tearing my hair out on this one! <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card title="Anchor Tag"> <p> <anchor>Next page <go href="/cgi-bin/wml2.pl"/> </anchor> </p> </card> </wml> |
|
#2
|
|||
|
|||
|
Hi, Your problem is possible the first trailing "/" in <go href="/cgi-bin/wml2.pl"/>
try <go href="cgi-bin/wml2.pl"/> instead, this is because some browser automatically adds / and som other broswer only adds the / if needed so this tip above should work on all browsers. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > <Go> tag Error 500 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|