Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Posts posted by smiles

  1. When I login to YahooMail , I " sometimes" see that warning , not " always " , I want to ask why has that warning and why my data is not encoded ? caused by network 's problems at those time ? :) Thanks!

  2. The general rule of thumb is, when in doubt use "post".  Get is typically only used for a "search" type application.  Since "get" (as defined below) puts information in the URL, it can be bookmarked - which means users can come back to that page without having to input the values into your form again - its a time saver.Cited from:http://www.w3schools.com/tags/tag_form.asp

    Well, "post" make anything we send become secret , and just only we know. "get " for everyone know. But sometimes when I login , I see a warning that someone on the Webs maybe see your information , it means I have just " get " ??? :)
  3. so , here is an example about " submit " of w3chttp://www.w3schools.com/html/tryit.asp?fi...tml_form_submitand it source :

    <html><head><title>Tryit Editor v1.4</title><link rel="stylesheet" type="text/css" href="/tryittheme.css" /></head><body><table cellpadding="0" cellspacing="0" width="100%" bgcolor="#808080"><tr><td width="234" valign="top"><a href="http://www.w3schools.com"><img src="/images/w3default80.gif" border="0" alt="W3Schools" /></a></td><th valign="middle" width="470" class="right"><center><iframe src="/banners/bannerframe.asp?adpartner=netshelter" height="90" width="728"marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe><br /></center></th><td> </td></tr></table><table width="100%" border="0" cellpadding="5" cellspacing="0"><form action="tryit_view.asp" method="post" target="view"><tr><td colspan="2"><input name="submit" type="submit" value="Edit the text and click me"></td></tr><tr><td width="50%"><textarea width="100%" height="400px" style="width:100%;height:400px" name="code" wrap="logical" rows="21" cols="42"><html><body><form name="input" action="html_form_action.asp" method="get">Type your first name: <input type="text" name="FirstName" value="Mickey" size="20"><br>Type your last name: <input type="text" name="LastName" value="Mouse" size="20"><br><input type="submit" value="Submit"></form> <p>If you click the "Submit" button, you will send your input to a new page called html_form_action.asp.</p></body></html></textarea></td><td><iframe width="100%" height="400px" style="width:100%;height:400px;background-color:ffffff" name="view" src="tryit_view.asp?filename=tryhtml_form_submit"></iframe></td></tr><tr><th colspan="2" class="right" align="left">Edit the text above, and click on the button to see the result.</th></tr></form></table></body></html>
    I want to ask the source code of ...tryit_view.asp?filename=tryhtml_form_submitwhat 's in it that anything I write in the left page is appeared in the right page ???Thanks !
  4. you mean that ?

    <html><head><script type="text/javascript">function disp_prompt(){var name=prompt("Please enter your name","")if (name!=null && name!=""){divdd.innerText ("Hello " + name + "! How are you today?")}}</script></head><body><form><div id="divdd" ></div><input type="button" onclick="disp_prompt()" value="Display a prompt box"></form></body></html>
    but I don't see it works maybe something you know but I don't know so I can't following your advise exactly :) anyway , thanks :)
  5. well I understood :) don't mind if I ask you silly questions , I am new to computer but the most important thing is I don't hate it :) so I want to ask : I see Yahoomail have many many client and one of them was given 2GB for exchange emails , so it 's really a very big memory for total , I want to know how Yahoo has it and stores it , a very big CPU ???thanks !!!

  6. "...the free space microsfot gives you when you create a Passport account with them - hotmail is part of Passort."I don't understand , the two "passport" in your say is similar ??? What about Yahoo mail , Gmail ...???"...a (free) host at the internet..."I don't understand why someone create it free for everyone , their kind or their another purposes ??? and how about quality of these freewebs ??? Could you recommend me some good freewebs :) Thanks

  7. Here is an example about prompt box of w3schoolshttp://www.w3schools.com/js/tryit.asp?filename=tryjs_promptso after I click on button and fill the gap ... what I write appear on the right page and the button is lost !!!I want it still appear there and what I write appears under it , for example : HelloI again click the button and write " Everybody " in the gap , click OK and what I see in the right is : (The button) Hello Everybody How can I do it ??? :)Thanks !

  8. Here is what I see in " Help and Support Center " of Window XpTo publish a file or folder to the Web1.Open My Computer. 2.Double-click a drive or folder. 3.Click the file or folder you want to publish to the Web. 4.Under File and Folder Tasks: 5.click Publish this folder to the Web-or- click Publish this file to the Web.6.Follow the instructions in the Web Publishing Wizard. could you tell me more about it ??? ( I don't see where " File and Folder Tasks " is ???) :)

  9. thanks !!! maybe I have to learn more about ASP or PHP , my opinion is too simple so doing it is not simple , I had tried and ... like ant in circle :( anyway , thanks :)well , merry christmas for all !!! :)

  10. well !!! lets talk about chat again :) Actually , I am monitoring a small forum and supposes that I want my members can talk to another who are the same online .I see that when I put news on it , my members ( onlining ) can see it just by refreshing the web page , so my ideal is take them into putting news ( means their chat words ) with me , I create a new window and they put them on it , I think till here I can do this but my problem is by which way , do they know another member had replied for them , so I think of function " refresh " , I want that window can automatically refresh after , i.e , 15 seconds .And I think Javascript can do that by ... reload , setInterval Now , if you say Javascript can't done these thing ... of course in my situation, I will ... find another way :)

  11. you say asp , php :) ... my computer don't support it ! but concern with these language I have a question : when I view websites I still see them well , does it means these website don't use asp or php ... :) thanks !!!

  12. well ... I had tried and see it works !!! good but not impression !!! my images ' shape are not equal although I tried to crop it many times and my series of images had to wait to it ends for a new cycle ??? I don't like it , it isn't continous !!!get any ideas ? Thank you !!! :)

×
×
  • Create New...