No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
It looks like you are not registering your session vars. The following works for me. session_start(); session_register("SESSION_VAR1"); session_register("SESSION_VAR2"); $SESSION_VAR1 = $var1; $SESSION_VAR2 = $var2; Good luck, cmc:)
I have a web based form that contains a select box that calls to an AJAX function from the onchange event that produces at least two additional select/textboxes boxes. When I submit the form using Firefox/Mozilla, the additional form values do not post to the next page. Ugh! Works fine …
Use css with the following example: <style type="text/css"> <!-- a:link.mp3 { color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:active.mp3 { color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:visited.mp3 { color:#YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } a:hover.mp3 { color:white; background-color:YourColorHere; text-decoration:underline; font-weight:bold; font-size:12px; } --> </style> Change appropriate params above, ie, text-decoration, font-weight, font-size, etc. Then …
The End.
SavyCat