Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Extreme43
  • Order by date
  1. Extreme43

    Hide Download URL

    nah i acutally want to hide the directory completly i dont really know what code to use i know what you mean kind of but not sure how to implement it
  2. Extreme43

    Hide Download URL

    Hey, I searched the Faqs and the Thread search wasnt working so i decided to post =] I want to hide the URL of a download and have no idea how to do it :D i have searched google a bit but didnt find anything relevant can anyone help me ?
  3. Extreme43

    User settings in file not database

    hmm yea i just want to explore and see some other stuff
  4. Extreme43

    User settings in file not database

    Hey, I wanted to put all the user settings in a file on my webserver i just have a few questions i need answered 1. would it be alot slower to have 500 users in the data file then in a mysql database? 2. I have made a script to add the users into the data file using Arrays but it rewrites the...
  5. Extreme43

    Border Around Image :S

    ok i didnt think their was a html forum.... sorry ill double check next time
  6. Extreme43

    Border Around Image :S

    hey, When i create an Image as a link with <a href=whatever.php><img src=pic.jpg></a> it leaves a border around the image and is very annoying how would i get rid of it?
  7. Extreme43

    hyperlink data to php page

    ok well if you dont want to show the url in the browser what about giving the link from the database an ID so page.php?variable1=pageid print"<a href=\"page.php?id=$id\">$row[CATEGORY]<br></a>"; or something similar
  8. Extreme43

    Refresh In Frame

    is it a long code?? i just want to know it anyway because even though there are many other ways to refresh people will still hit the F5 button
  9. Extreme43

    Refresh In Frame

    ok but it is more the fact that most people hit F5 to reload the page on the forums or somewhere in the website can i ask y you dont suggest using Event handlers?
  10. Extreme43

    Adding login script to a template

    Also to End the Span just add </span> and you can use multiple spans around the page sorry i forgot to add that
  11. Extreme43

    Want to change table background IMAGE onMouseOver or OnClick, etc.

    try something like <td onmouseout="background='URL'" onmouseover="background='URL'"> That Should also work
  12. Extreme43

    Refresh In Frame

    Hi I have made my site in a frame so the Full url does not show and would like to know how to make it so when a user presses the F5 key ( To Refresh ) it reloads the current frame instead of going back to the main page thanks for your time :)
  13. Extreme43

    Adding login script to a template

    ok well their is one way that i know of by using the <span> tag add & modify where needed <span style="position: absolute; left: 500; top: 20"> hope this helps :)
  14. Extreme43

    Show Cursor with an ONclick link

    hey i have made a menubut instead of the links being <a href='location'>text</a> i have made <a onclick='location'>text</a> how would i make the curson appear so it shows as a normal link i tried having href='#' but it didnt work i was thinking it would be the style so i added a:hover {...
  15. Extreme43

    Input text where selected

    Hello all :) happy new years Im not good at javascript but have got this code to input text into the textbox with tags but what i want to do is to replace only the selected text instead of the whole thing i have mucked around with it but cant seem to get anything <SCRIPT...
  16. Extreme43

    Information insert

    yea sweet thanks alot but also how would i make it to insert that after all the current text in the textbox ps: thats final question for now :P
  17. Extreme43

    Information insert

    sorry for double posting but i dont think theirs an edit button anyway i have done this and it works great BUT ! how would i insert "<img>" before the users text is inserted and put a "</img>" after it
  18. Extreme43

    Information insert

    thx ill try it out when i get bak :)
  19. Extreme43

    Information insert

    Hello, im not to good at javascript but how would i make a make a function so i click a link with this code <a Href='#' onClick=";?>"sendText(document.form1.text, 'Insert Text Here to textfield')"> and it asks what to insert and inserts it into a text field -- ps: im not too good at explaining
  20. Extreme43

    php Time ?

    nah sydney just wondering how to fix this up

Part and Inventory Search

Back
Top