Roy Stiles

Greenhorn
+ Follow
since Sep 15, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Roy Stiles

Hi,
I am new to html and javascript. I am trying to do a website for user authentication for a wifi network. I am using a zyxel g-4100 device. The equipment requires the usage of html code to allow/deny access. The code follows:




I am trying to use javascript to have the user enter an access code which will return the url to the zyxel box rather than a simple agree/disagree button. The code follows:



I am sure there are a ton of errors in this code, as I said I am a novice. My problem is that with each code i get a different response from the zyxel unit. Of course the first code does exactly as needed. I think the reason the second code doesnt work right is that the first code is using the post method. Is there a way to incorporate the post method to see if this fixes my dilemma? Or, does anyone have any ideas or suggestions? Thanks