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 SkipVought 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: jkris
  • Order by date
  1. jkris

    indenting text vertically in a table or <div>

    thanx adam, padding does the trick regards, JK
  2. jkris

    downloading a file using javascript

    wat's the code for downloading a file(any file, doc, pdf, etc) using javascirpt? It shud not open in the browser but should display the dialog for downloading to the user's system, any idea? regards, JK
  3. jkris

    dropdown menu on mouseover on an image

    hey guys, There r lots of ready made products for dropdown menu in the net, got 1 from Google, thanx for the help regards, JK
  4. jkris

    indenting text vertically in a table or <div>

    hi there, how can i position the text in a table or a div tag vertically, to indent horizontally we can use say, text-indent:5px, in the style sheet, is there any similar style to postion vertically, say i want the text 5px from the top. I can't use margin-top:5px, coz I have a...
  5. jkris

    dropdown menu on mouseover on an image

    how do i create a popupmenu jsut below the image on mouseover? it shud work in both netscape n IE,pls get me the code regards, JK
  6. jkris

    bookmarking a page using javascript in Netscape

    how do i bookmark a page in Netscape using JAvascript? I have the code to make it work in IE, pls help me out :-) regards, JK
  7. jkris

    textbox validation - only integers

    is there any shortcut code 4 checking whether the text field contains only numbers(integers, shudn't contain negative values nor decimals) regards, JK
  8. jkris

    menu tat works in both netscape n IE

    how do i create a menu tat works fine in both netscape n IE? the following piece of code works fine in IE but doesn't, in Netscape, seems netscape doesn't support <div>? If any1 knows, gimme the code. <div id=&quot;dropdowno&quot; style=&quot;PADDING-RIGHT: 5px; BORDER-TOP: #c7ddff 1px solid...
  9. jkris

    Why form.text.value = Undefined?

    be a bit more careful while coding [bigears] regards, JK
  10. jkris

    Changing Back Button Value

    try using &quot;Javascript:history.go(-2)&quot; regards, JK
  11. jkris

    getting previous url

    thanx mit, but i need a code which wud work xactly as &quot;javascript:history.back()&quot;, if i use document.referrer n i goo from page 1 to 2 to 3, then clicking the back button of 3 takes me to 2 n clicking back of 2 again takes me to 3 instead of 1. &quot;javascript:history.back()&quot...
  12. jkris

    removing cache from browser n proxy server

    I have to refresh the page so tat it reflects the latest changes. Wat's the code 4 removing the cache from the browser as well as the proxy sever in ASP? PLs help me out :-( regards, JK
  13. jkris

    getting previous url

    how do i get the url of the page from which i got into the current page in javascript? thanks

Part and Inventory Search

Back
Top