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

    Casading Menu

    Hi all, I am kinda new to this javascript thing so forgive me if I sound stupid, but I was wondering if anybody can show me how to do a casding menu? You know when you hover over a menu and it then expands that menu. Any help would be grateful. Thanks
  2. dtran

    Check which checkbox was selected

    Hi all, I'm trying to figure out how do you know which checkbox was selected from the previous page? Can anyone help? Thanks
  3. dtran

    Refresh Dialog Box

    Hi all, Is there any way to bypass the Internet Explorer refresh dialog box when you click the refresh button? I am trying to reload/refresh a page through the refresh button or through javascript code. I sometimes get Internet Explorer's refresh dialog box stating that the page I'm trying to...
  4. dtran

    Pop-up window reloads called window

    yes!!!!! thanks. the window.opener.location.reload(1) works great!
  5. dtran

    Pop-up window reloads called window

    no good. it still doesn't work. can i do a window.parent.location.reload()?
  6. dtran

    Pop-up window reloads called window

    I just want the main window to reload/refresh when the popup window closes so I can retreive the updated values that was sent to the database. Can I use something like window.opener.reload() or parent.location.reload()?
  7. dtran

    Pop-up window reloads called window

    Hi guys, I am trying reload/refresh a page that called a pop-up window when the pop-up window closes. Does that make sense? I have a page that pops up a pop-up window. The pop-up window updates a table in the database. The pop-up window closes. I still have the window that called the...
  8. dtran

    Passing variables with querystring

    Hi all, I'm trying to pass a variable from one page to another and got stuck. When I get to the next page I can only get the name of the variable not the value of the variable. Any help with the following would be great. function nextPage(myVar) { document.form.action =...
  9. dtran

    Excel won't go away

    I tried that. I set everything I have to nothing, even the recordset and connection string and the db and everything I have. But still that problem. even tried the application.quit
  10. dtran

    Excel won't go away

    I am doing a "createObject("Excel.Application") in VB. With the workbook and worksheet and everything works fine. When I try to popoluate the excel sheet from an access db with "querytables.add(Connection:=rs, Destination:=("A1") where rs is the recordset that holds...
  11. dtran

    Close Button

    I also know about the 'fullscreen=yes' for the window.open command, but I don't want my application to be fullscreen because of various other issues. And yes, I do have a way for them to get out of my application. Any other suggestions?
  12. dtran

    Close Button

    Hi all, I'm trying to eliminate or either grey out the close button that is on the upper right corner of a web page. I am primary using IE. I have found the window.open function to eliminate the menubar but it still leaves the min, max and close button. Can anyone help? Thanks in advance.
  13. dtran

    Populate listbox

    yes thank you very much
  14. dtran

    Navigation bar

    oh, duhhhh thanks guys what about eliminating the min and max button?
  15. dtran

    Populate listbox

    thanks Mighty
  16. dtran

    Navigation bar

    Where would you put that inside your html page? Like inside: <html> <head> <title> etc. etc. </html>
  17. dtran

    Passing variable from page to page

    Thanks alot all. I was a great help.
  18. dtran

    Navigation bar

    Hi all, This is probably not a vbscript question but I am trying to create a web page where the navigation bar or menu bar(back button, stop button, refresh button, etc.) DOES NOT exist or is invisible or something of that nature. Please help. Thanks in advance.
  19. dtran

    Passing variable from page to page

    thanks alot for your help
  20. dtran

    Passing variable from page to page

    <html> <head> <form action=&quot;page1.asp&quot; method=&quot;Post&quot;> <% //data connection blah blah myVar = rs(&quot;Name&quot;) %> <body> </form> </body> </html> <script language=&quot;javascript&quot;> function passVar { //do some stuff //this where I need the code...

Part and Inventory Search

Back
Top