HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

external form
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
howardfan123



Joined: 12 Aug 2008
Posts: 3

Posted: Thu Sep 25, 2008 5:09 pm     external form  

I am trying to get a external form to load onto a page when the page loads
I have posted this on the page
Code:
<head>
<script type="text/javascript" src="howardfan123/grouporderform.js">

document.write("grouporderform");

</script>
</head>
<body onload= "('howardfan123/grouporderform')">
</body>


-- using mirosoft publisher for site---

have this as the start of my form
Code:
<form action="http://ww11.aitsafe.com/cf/addmulti.cfm" method="post" id="grouporderform">
  <input type="hidden" name="userid" value="d******" />
  <input type="hidden" name="return" value="www.allyscandle.com/orderform.htm" />
  <input type="hidden" name="quantity" value="0" />
  <table width="1506" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <th scope="col"><div align="left" class="style1">PILLARS/JARS/VOTIVES</div></th>


what am i doing wrong anyone out there that can help me please?does it have to be javascript or is the another way (not ssi though)[/code]
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS

Posted: Thu Sep 25, 2008 7:35 pm      

Why not just put the form on the page and save all that JavaScript coding?
Newbie101



Joined: 09 Oct 2008
Posts: 35

Posted: Tue Oct 14, 2008 10:37 am     im a newb  

:D

ok this is a newb answer so if you are looking for something advanced I apologize.

Now my stupid question.
Are you transferring the values from your forms page?

I also do not understand why your form needs to be hidden. If you are a newb. I put together a thread on a newb value passing u should look at.

If I'm way off its because your question is open for interpretation.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS

Posted: Tue Oct 14, 2008 1:13 pm      

An INPUT element with `TYPE=HIDDEN' represents a hidden field.The user does not interact with this field; instead, the VALUE attribute specifies the value of the field. The NAME and VALUE attributes are required.

For example:

Code: <input type="hidden" name="context" value="l2k3j4l2k3j4l2k3j4lk23">


Excuse butt-in.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML Form
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group