Monday, October 26, 2009

Play easily turn pattern table is simple- - commonly used skill

4, the commonly used skill that expresses sheet

These commonly used skill, often be with incident and script connection is together, the article pays attention to a function, as to script, differ one labor. Common skill has: Pull below jump turn menu, express the focusing of odd content.

1. Pull below jump turn menu

In Dreamweaver, can very build those who be based on watch sheet to fall conveniently pull menu, be not Dreamweaver user for give attention to two or morethings, here tells about this kind of skill.

Sample 22: Be based on those who express sheet next pulling jump turn menu

Analysis: Actually, here used a function, use at jumping to the address of the choice to turn,

> of < Script Language="JavaScript"Function FormMenu(targ, selObj, restore){Eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");If (restore) SelObj.selectedIndex=0;
}
< / Script >

Next, give next pulling to choose casing to gift an incident OnChange="FormMenu('parent' , this, 0)" , OK.

2. Express the focusing of odd content

Content focusing, commonly used in Copy&Paste kind on the website, if those who use is good, OK and convenient user.

Sample 23: Content automatic focusing

Analysis: Two incident were used respectively above, of Email is OnFocus="this.value=''" , what choose automatically is OnMouseOver="this.select() "

3. Take out form and the space that express cell

Sample 24: Form and the space that express sheet are handled

Form, we are commonly used come structural frame page, but, the watch sheet in form always has a space with the content of form, contrast:

Here has space

Here does not have space

Analysis: Why right does not have space, the code that reads right knew.

> of < Table Width="100%" Border="1" Cellspacing="1" Cellpadding="1"
< Tr >
> of < Form Name="form3" Method="post" Action=""
> of Br of < of > of Input Type="text" Name="textfield2" of < of < Td >
> of < Input Type="submit" Name="Submit22" Value="Submit"
There is interstitial < here / Td >
< / Form >
< / Tr >
< / Table >

That is to say, put tag of < Form > to < Tr > and < Td > among, corresponding < / Form > is put in < / Td > and < / among Tr > !

4. Submit watch sheet with Email (suit Outlook user only, do not suit Foxmail user)

Sample 25: Email submits watch sheet
Theme:
Content:
 


Analysis: The label of > of Form of the < that express sheet that reads us knew, the form is as follows:
< Form Name=" . . . .. Action="mailto:xXxxx@xxx.xxx? Subject= expresses > of only feedback " Enctype="text/plain" Method="post" . . . < / Form >
The Mailto here:  of Zhu Jie You Xian mails Piao of male of benzyl bank ⒌ to punish?Subject is the Email caption that installs acquiesce, enctype="text/plain" is necessary, state information is referred with text means, do not have any adding close, this kind of method is so commonly used the space that supports at doing not have Asp/Php/cgi, also be method of a jackleg only, the user must install Outlook, and be acquiescent mail order, ability is carried out smoothly refer, allegedly TheBat! OK also, everybody can experiment.


 

No comments:

Post a Comment