Search found 3 matches

by registering
Tue Jul 15, 2003 4:07 pm
Forum: Javascript
Topic: Newbie: help with javascript+PHP interactions
Replies: 2
Views: 1070

Okay, I found out you cannot do what I was trying to do. Rather, I need to reload the entire page, passing it whatever values the user just dynamically filled-out via javascript. So I simplified my code and have just 1 big form in jtest10_home.php declared like this: echo "\n<form action="...
by registering
Mon Jul 14, 2003 7:04 pm
Forum: Javascript
Topic: Newbie: help with javascript+PHP interactions
Replies: 2
Views: 1070

Sorry for the double post: you can view the actual stacked.php code at http://www.mindspring.com/~jc416975/stacked.php, however it won't execute. If there was a way I could "reload" the page without $query_string being initialized to its default values, but rather take the menus values, th...
by registering
Mon Jul 14, 2003 5:41 pm
Forum: Javascript
Topic: Newbie: help with javascript+PHP interactions
Replies: 2
Views: 1070

Newbie: help with javascript+PHP interactions

Hello all, I'm new to both javascript and PHP and am having trouble seeing the "big picture". I thought I had it down but I added some javascript and am now lost conceptually. I'm building menus dynamically via javascript, and would like to pass on the current values of these menus to a PH...