THE DISCUSSION BOARD OF VITINH.DE
  Free Perl Mailer - F.A.Q
  .IMG syntax

Post New Topic  Post A Reply
edit profile | register | preferences |faq |members list |

Email this page to your friend! next newest topic | next oldest topic
AuthorTopic:   .IMG syntax
Barry
Junior Member

Posts: 4
From: New York City US
Registered: Feb 2004

posted 09-08-2004 22:13    Click Here to See the Profile for Barry     Edit/Delete Message   Reply w/Quote
Would you please explain the syntax and functions of this list?

7: cols (I'm assuming a table can be built with these next to functions 7 and 8 how?)
8: rows
9: caption (Where would this caption show and are there limitations)
11: src (image button) (syntax path?)
12: accesskey
13: javascript how do I call a javascript (syntax)?

I hate to pile on all these questions but I'd like to get the best out of this terrific CGI shell and eventually pay for 2.0

Appreciated in advance

Barry

IP: Logged

Tri Dung
Administrator

Posts: 788
From: Germany
Registered: Jan 2002

posted 09-08-2004 23:42    Click Here to See the Profile for Tri Dung   Click Here to Email Tri Dung     Edit/Delete Message   Reply w/Quote
Hello Barry! Thanks for your e-mails. I'm working on PPM 1.0 and will inform you about the first release.

Following are the answers:

7 & 8: Cols and Rows are the attributes of a textarea. Syntax: <textarea cols="50" rows="5">

9: Caption is the text you read beside or next to the form. Example: How do you find us?

11. src (image button): In a form, you can use a image button instead of a submit button. Syntax: <input type="image" src="pics/button.jpg">

12. Accesskey is a key on your keyboard which points to an element of the form. Example: if you write <input type="reset" name="Reset form" accesskey="R" title="Press Alt+R to reset the form!">

13. JavaScript: there you can use eventhandle. Example: <input type="button" value="Click here!" onClick="if(confirm('Continue?'){alert('Welcome!')} else{alert('Bye bye')}"> Try with onFocus, onMouseover, onMouseout....!

IP: Logged

All times are GMT + 1

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic

Post New Topic  Post A Reply

E-Mail | Home

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board Freeware Version 2000C