Welcome Guest, Not a member yet? Register   Sign In
naming forms in PHP
#1

[eluser]agubski[/eluser]
Guys,

I have borrowed following piece of code to call in JS module

<form name="testform">

<!-- calendar attaches to existing form element -->
<input type="text" name="testinput" />
[removed]
new tcal ({
// form name
'formname': 'testform',
// input name
'controlname': 'testinput'
});

[removed]
</form>

my form is called via - <?=form_open('place_add/insert_data');?>

Any idea how I can introduce a form name?

Thanks


Messages In This Thread
naming forms in PHP - by El Forum - 05-29-2009, 11:59 AM
naming forms in PHP - by El Forum - 05-29-2009, 12:10 PM
naming forms in PHP - by El Forum - 05-29-2009, 12:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB