Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Directing form output to another fr
Name: cjewell Date: December 15, 2002 at 13:07:44 Pacific OS: WindowsXP/RedHat8.0 CPU/Ram: AMDK6-II 500Mhz, 128MB
Comment:
I have a set up where I need to direct the output of a form in a child window belonging to a parent frame in a separate window into that parent frame. I have already tried using a javascript function . However, although this loads the php script into the parent frame, the form data does not seem to be passed to the php script - I'm using the GET method. Any ideas of a way round this one?
Summary: I want to translate a variable and read the output to another variable echo $my_var | tr '0123456789' 'ZZZZZZZZZZ' works as I'd expect, printing the correctly translated output. But how do I assign th...
Summary: well, im having trouble reading in a line of code for example, Day Time Length Mo 12:20 5 im supposed to read from a file, then dependant on the date and time, use the appropriate billing, the thing...