hi,
i have a form with 3 radio buttons and one submit button.on clicking submit i want to navigate to page corresponding to the radio button selected.How can i achieve this?..
Ankita B 2 Light Poster
Recommended Answers
Jump to PostThough it works, it's an incorrect way of doing things.
location
property of thewindow
object is an object, not a string. The location object in turn has anhref
property of type string and hencelocation.href = "url";
is the correct,location = "url";
is not.
All 3 Replies
DangerDev 107 Posting Pro in Training
Ankita B 2 Light Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.