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 bkrike 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: marthirial
  • Content: Threads
  • Order by date
  1. marthirial

    how to? - Change image on page based on URL?

    I am sure this is simple but I can't find a way to do this. Basically I have a page with a tabbed menu. When the page loads for the first time, "home" tab is selected. The visitors click "about us" tab and a new page comes up with the about us content, but "home" is now selected again. How do...
  2. marthirial

    Buttons not working in Flash Movie within a DIV layer

    So I made a very simple flash movie with transparent background. I put this on a transparent layer with CSS style to position (relative) the object. There are two buttons in the flash movie, one uses on (release){getURL()} to link to another page and the other button is just a text with a URL...
  3. marthirial

    Value of a column from counting records in another table

    SQL Server I have two tables, one is "description" and the second is "comments" this two tables are related in the way that "description" can have many "comments". I want to have a column in the table "description" that holds the count of "comments" belonging to such table, so I can display it...
  4. marthirial

    Dynamically generated graphic content... Good Practice?

    This is more of a advise request than help. Is it a safe/good practice to create graphic areas of a webpage dynamically. In other words, I have a recordset in MS SQL that has the HTML code to create a menu (tables, graphics, links, etc). that will be served along other dynamic content so it...
  5. marthirial

    ASP changes image based on recordset content???

    Hope somebody can give me an idea of what kind of script I need for something like this: A page has a tabbed menu on top made out of images and tables. This page is a tamplate for dynamic text so it is always the same, even though it will serve content for 6 different sections. The idea is...
  6. marthirial

    Change image onLoad (tab menu ON state)

    I have a tab menu made out of tables and images, all the images are in "off" state. What I want to achieve is that one the user enters a page (not by clicking the tab menu) it will, onLoad, change one of the tabs in the menu to the ON status. I know I need a trigger for the javascript to...
  7. marthirial

    Too many recordsets?

    I am working with a ASP page that displays lists of records according to a keyword. The page has 3 or more lists but the records being displayed are coming from the same table, so I am filtering with this keyword in a repeated region. Now I don't know if there is an issue with having so many...
  8. marthirial

    Full month calendar with day clickable for details

    This is what I am trying to do: A page (ASP) has a full month calendar, small one on the top and underneath there is the list of events that month. Now the calendar should highlight the days with events and that highlight should be a link to the detail page for the event. I have been...
  9. marthirial

    ORDER BY clause [ how to sort by querystring]

    Here is the case, and sorry if I am asking something already answered but couldn't find what I need. I have a table with three columns. by default by loading the page, this table will show the records sorted by date from newest to oldest. ORDER BY sortvar DESC where sortvar is a querystring...
  10. marthirial

    Slowing down internet connection : Possible?

    Contrasting with the 629,000 results about Accelerate internet connection, I am able to find 0 info about slowing down the connection. Am I insane? no, here is the reason. I am testing a website in different browsers/systems but have no way to test it in those same environments in different...
  11. marthirial

    SqlException try/catch in Dreamweaver

    After deciding to use the SQLException for checkign duplicated usernames, my application would do something like: - new member enters username - submits form - SQL receives data and creates a SQLException if username is already existing. - Page redirects, according to the kind of SQLExpection...

Part and Inventory Search

Back
Top