Change submit button.?

G

Guest

Hi all
I am using FP2003. Is there a way of using an image or an 'interactive
button' ( from the < Insert > menu ) to submit a form rather than using the
default submit button.?
 
J

Jens Peter Karlsen [FP-MVP]

Insert | Form | image button.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

Guest

Thanks Jen but I dont have.. Insert | Form | image button.
I do have... Insert | Form | Picture... (same thing.? ) but it wont act as
a ' submit ' button.
I would like to use an image to submit the form instead of the default
submit button.
Can an image (or even an.. Insert | Interactive button.. perhaps) be used
to submit a form.?
Thanks
 
R

Ronx

Insert->For->Picture will work as a submit button, it produces the tag:

<input border="0" src="imagename.jpg" name="I1" width="40" height="40"
type="image">


Alternatively, use an ordinary submit button and set a background image
for it:

<input type="submit" title="Submit" value=""
style="background:url(images/submit.gif); left top no-repeat; width:
40px; height: 40px; border: none;">
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
G

Guest

Worked Excellent... Thank You

Ronx said:
Insert->For->Picture will work as a submit button, it produces the tag:

<input border="0" src="imagename.jpg" name="I1" width="40" height="40"
type="image">


Alternatively, use an ordinary submit button and set a background image
for it:

<input type="submit" title="Submit" value=""
style="background:url(images/submit.gif); left top no-repeat; width:
40px; height: 40px; border: none;">
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top