Jump to content

smiles

Members
  • Posts

    774
  • Joined

  • Last visited

Posts posted by smiles

  1. Please tell me some code in tag <style> to have the background color of the table ... and their column 's area , row 's area , border ( for details !)Thanks :)

  2. That is your CACHE - temorary internet files.  When ever you surf teh web, every page and its associated images gets downloaded to your computer.  Then your browser loads those images so you can see them.  The place that is stores those files (which it hold only temporarily) is called your CACHE.  You can determine how temporary you would like the files to be kept - I, personally, have my browser set to get the latest file every time and not cache anything.  I do this because I am developer, and since I view the same page over and over again after each change, I do not want the browser to show me an cached page if it has been changed.
    I hear a lot about cookie , but I even never see where it is in computer and so what it looks like . In Internet Option only see Delete Cookies ??? Is it different to History ??? :) Thanks !!!
  3. :) After I had sent question , I did many thing to repair it , now it run well , I took my javascript codes out of <head> and let them in the <body> .But You should see my forum , :) in case of anything get troubles , you can view it to help me better !!! I 'm from VietNam so the language may be a trouble :(http://www.nhomai124.vnbb.com
  4. I want to ask a question : In Internet Option - General -Setting -Viewfiles , I see many files such as .asp , .js , .jpg etc .... what make them appear there ???and ... one more question :) my forum has a trouble , I has many change in the appearance of it , I don't know what I had done that when I view it , I always see the sign "triangle and exclaimation mark in it " at the bottom left of the screen , above status bar !!!What its mean ??? Thanks !

  5. :( Although Javascript is browser-language , client-side language , we can't think it easy to do and ... to be done :) anyway , I had tried to do it , and I think very very many function to encode it , Solving must take many times :)
  6. Thanks !!! and Merry Christmasanim-tree4.gifyou see the image and I have the question , sometimes we don't see it and only see the sign X in the image , even I right click and click " Show Pictures " but no effect , what happen to that image ???and how can we create .png file ? I here that .gif file can be transfer to transparent image by make its subtype is ... ver 97-interfaced ... ( hum ! I don't remember ) , I never see the "subtype" when I save a .gif image :)

  7. If you use Javascript and supposes that your password is Xthen the way to overcome your " firewall" is find solution of the mathematical equation F(X)=Y . They can see your Y and F()in the source code :)

  8. I am talking about colors in HTML we have 00000 for black and FFFFFF for white so we have 16*16*16*16*16*16 colors for total ... and with 256 colors it meansfrom 000000 to [000000 plus (16*16*16*16*16*16/255)] we see the color " black "well It's just only my thinking Thanks :)

  9. And one more quastion: What's the code that I could use if someone come to my site that is for example 11111.com and the page automaticly redirect him to 22222.com?

    You should think over because it affects to alls who visit your site , it synonymous with you only have 22222.com :) lets them login if you want that ! :)

    CDbl

    Just like " EXP" key in your caculator , it's really nice for math homeworks with logarism ! . Similar to computer , it needs less memory to process numbers so doing it is faster !!!Look at example of w3 :dim aa=14111111113353355.345455document.write(CDbl(a))Output:1.41111111133534E+16 :)

  10. the content of installing ASP in w3c is below :How to install IIS and run ASP on Windows XP ProfessionalNote: You cannot run ASP on Windows XP Home Edition.Insert the Windows XP Professional CD-Rom into your CD-Rom Drive From your Start Button, go to Settings, and Control Panel In the Control Panel window select Add/Remove Programs In the Add/Remove window select Add/Remove Windows Components In the Wizard window check Internet Information Services, click OK An Inetpub folder will be created on your harddrive Open the Inetpub folder, and find a folder named wwwroot Create a new folder, like "MyWeb", under wwwroot. Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder Make sure your Web server is running - its status can be checked by going into the Control Panel, then Administrative Tools, and double-click the "IIS Manager" icon Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP pageI haven't try to following this guide yet but I wonder why must have the condition of Make sure your Web server is running , does it means it can't be done if that computer isn't connect to Internet :)

×
×
  • Create New...