User Profile

Collapse

Profile Sidebar

Collapse
creddyc
creddyc
Last Activity: Mar 5 '10, 06:08 AM
Joined: Mar 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • creddyc
    replied to calling a php file onchange event
    Code:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type="text/javascript">
    
    function callPHPScript(url, val) {
        var w = document.refererForm.refererList.selectedIndex;
    	alert(w);
    	var selected_text = document.refererForm.refererList.options[w].text;
    	alert(selected_text);
    	window.location=url+"?"+val;
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 5 '10, 06:25 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • creddyc
    started a topic calling a php file onchange event

    calling a php file onchange event

    I am trying to call a php file...on an onChange event of the drop down box....

    The php file takes a few parameters....a nd creates an array....

    how can i access the values?
    See more | Go to post
No activity results to display
Show More
Working...