Jump to content

pulpfiction

Members
  • Posts

    1,210
  • Joined

  • Last visited

Everything posted by pulpfiction

  1. One thing to point out is, there can be multiple ELSEIF in a IF block but there can be only one ELSE. IF (expression) statements ELSEIF (expression) statements ELSEIF (expression) statements . .ENDIFBut if you start a IF the you need to end it.IF (expression) statementsELSE IF (expression) Statements END IFEND IF
  2. Did you try text-align: centerbody {text-align:center;..........}This will make the content in the <body> center.
  3. What you are looking for is "Tooltip". and alt="some text" will work for images... if you need complex tooltips. this might helphttp://www.walterzorn.com/tooltip/tooltip_e.htm
  4. Google....http://www.google.com/search?hl=en&q=free+asp+host
  5. Yeah thats so true. back when i was in college, used to sit in front of computer at home for hours, but now i rarely use it. Its pretty much the same situation im in [involved in 4 project], but i dont have time as factor, but switching between projects, asp.net to classic asp to vb, sometimes drives me crazy....
  6. Does it throw ay error? Also check out this pagehttp://www.w3schools.com/ado/ado_add.aspThere is a error handling code example, to check if DB insert permission....
  7. problem could be because of the path to database. try giving the direct path, like eg: conn.Open "C:/foldername/fastfood.mdb"
  8. hmm... i will try to think of something else....And may be im finding designing templates interesting cos im in my first job and just started doing it....
  9. Click inside the textbox and then the button will look like a 1px border.. guess the reason is, if you take a normal submit button, you can see it highlighted. so because of this highlight the 1px border looks like 3px and when you click in the textbox the button is not highlighted so its like you want it.
  10. Design website templates... that what I do when there is not much work to do. improves creativity, coding mostly in XHTML, CSS. and finally post it in some open source template design site.
  11. Error is possibly because of spaces in the preparing sql query....Try this...sql="INSERT INTO McUser(userName, phone, add)"sql=sql& " VALUES "sql=sql& "('" & request.form("userName") & "',"sql=sql& "'" & request.form("phone") & "',"sql=sql& "'" & request.form("add") & "')"
  12. problem might be in method to comparision password submitted be user......Which encryption function are you using? like md5() or sha1().....? it might help if you can post the SQL query used...
  13. This might help...http://www.4guysfromrolla.com/webtech/111500-1.shtml
  14. Its better if you can use a server side scripting language to send mails...andersmoen has mentioned about PHP, check this out for ASPhttp://www.w3schools.com/asp/asp_send_email.asp
  15. This might get you started...http://www.spoono.com/php/tutorials/tutorial.php?id=42
  16. Yes, thats correct... <html><head><style type="text/css">CSS STYLE INLINE</style><script type="text/javascript">JAVASCRIPT INLINE </script></head><body>YOUR HTML PART</body></html>OR you can have a seperate file .css for CSS and .js for JavaScript and link it to your HTML page
  17. pulpfiction

    Style Sheets

    You are looking for javascript to modify the CSS Class. Something like, after modifying the css class, when you use it again, the font size must be 30px and not 24px. hope this is what you are looking for...This is not the exact solution, but might help http://www.quirksmode.org/dom/w3c_css.html#style
  18. pulpfiction

    Login script

    This might help you...http://www.devshed.com/c/a/PHP/Creating-a-...P-Login-Script/
  19. pulpfiction

    footer

    Is this something you are looking for..http://scott.sauyet.com/CSS/Demo/FooterDemo2.html
  20. Dont know of exact solution, but few things that might help you...http://www.startvbdotnet.com/files/default.aspxlook for "Code to create a file and READ from it "or google for "Use the WebBrowser Control to Open an Office Document in Visual Basic .NET"
  21. This should work fine... In the HTML part, change menuOver(e) to menuOver(event). In this code Intiially "botChem" and "botMin" are hidden and when you move the mouse over "topChem" or "topMin" then they will appear and will be hidden when mouse out of link.... function menuOver(e){ e = (e) ? e : window.event; var source = (e.target) ? e.target : e.srcElement; if (source.id=="topChem") { document.getElementById("botChem").style.visibility = "visible"; } else if (source.id=="topMin") { document.getElementById("botMin").style.visibility = "visible"; }}function menuOut(e){ e = (e) ? e : window.event; var source = (e.target) ? e.target : e.srcElement; if (source.id=="topChem") { document.getElementById("botChem").style.visibility = "hidden"; } else if (source.id=="topMin") { document.getElementById("botMin").style.visibility = "hidden"; }} HTML <body><p><a id="topChem" href="#" onMouseOut="menuOut(event)" onMouseOver="menuOver(event)">topChem</a><a id="topMin" href="#" onMouseOut="menuOut(event)" onMouseOver="menuOver(event)">topMin</a></p><p><a href="#" id="botChem" style="visibility:hidden;">botChem</a> <a href="#" id="botMin" style="visibility:hidden;">botMin</a></p</body>
  22. Rather than using JavaScript you can use simple HTML to take the page to top... <body><span name="top">Hi</span><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><a href="#top"><img src="imgname.gif"></a></body> If you are looking for something like this, then important part of code are ......name="top"> Whatever name you give on the top use it in the bottom href with #.. <a href="#top">
  23. Found some link in google... might helphttp://solovatsoft.com/dot-net-projects.html
  24. Try this... <html><head><script type="text/javascript">function change(imgsrc) {frames['testiframe'].location.href = imgsrc}</script></head><body> <div id="container"><H3 style="left: 20px; text-align: left"> Photographs </H3><div class="small"><ul class="none"><li><a href="java script:change('imgname1.jpg');">PA</a></li><li><a href="java script:change('imgname2.jpg');">St</a></li><li><a href="java script:change('imgname3.jpg');">HMB</a></li><li><a href="java script:change('imgname4.jpg');">SC</a></li><li><a href="java script:change('imgname5.jpg');">SF</a></li></ul></div><div class="inlineframe"><iframe id="testiframe" name="testiframe" src="someimg.gif"></iframe></div></div></body></html>
  25. pulpfiction

    Style Sheets

    Are you looking for something like this..http://www.white-hat-web-design.co.uk/arti...js-fontsize.php
×
×
  • Create New...