Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old August 19th, 2003, 05:33 PM
Lizogg Lizogg is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Independence MO
Posts: 11 Lizogg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Javascript href error

I have a form which needs to go to two different pages depending on the input from the user. My code seems to be working, in that the browser is being directed to the correct pages. The problem is that when the action is completed, the brower gives a HTTP 500 error indicating that the html doc was not found. The address to the file is correct and I double checked to make sure the pages were on the server. If I hit the refresh button, the correct page appears.

Is there something in my code that could be causing this?

function checkform(){

if ((document.form1.category[0].checked == true) && (document.form1.subcategory[0].checked == true))
{
form1.setAttribute("action","correct.htm");
}
else {
form1.setAttribute("action","incorrect.htm");
}
}
</script>

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Javascript href error


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway