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

    Import/Export in SQL 2005 management studio exppress edition

    I just installed the SQL 2005 management studio exppress edition and couldn't find the import and export tools. Can anybody answers "Why"? Thanks
  2. royyan

    Why part of my flash movie is not transparent?

    I have a transparet flash movie on top of the html files as a page turn function. It works great when whole flash movie is on the screen. But, if we use a bigger zoom file which part of flash movie is out side of the screen, then the bottom part of flash movie is not always transparent...
  3. royyan

    How to get closest search results

    I am trying to write a SQL satetment which will pull th most closest search results out from database. I use Select Top 1 ... WHere SearchString >= 'strSearchString' to get the result. It works fine when there is on one word in search. BUt once I tried to search a phrase, it gives me wrong...
  4. royyan

    Maximum number of database in one MS SQL server

    How many database can we set up in one MS SQL server? Thanks!
  5. royyan

    Transparent highlights on Mac (Opacity)

    I used following code to highlight search results. "filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);-moz-opacity: 0.40;" They are working fine on windows based machine. But, doesn't work on Mac. Is there anyway we can make this happen on Mac machines? Thanks!
  6. royyan

    How to center search result highlights on the screen?

    I have a site doing lots of searchs. I would like to center the search result on the screen. Actually, in my case, it needs to be centered in the frame. I know using html anchor(#) could bring the search results to the top of the frame window. But this doesn't solve the horizontal scrolling...
  7. royyan

    How to add a link to favorites -- link is not current page url

    I have a web site and I'd like user add it to favorites by using browser "Add to favorites" feature. However, my link looks like this "http://www.yahoo.com?name=aaa&site=...". I only want user add "http://www.yahoo.com" to favorites automatically once they choose "add to favorites".
  8. royyan

    Document Zoom In and Zoom Out questions

    I have two frames. I would like to have "Zoom In" and "Zoom Out" links in Frame1. Once I click Zoom links, the document in Frame2 will be zoomed in or out. Any good suggestions? Thanks!
  9. royyan

    Combo box with one selection special

    I have a combo box with a list of options. I would like to have the last selection "Choose More..." as a link. It will load a page to provide more options when user select it. All other options will remain as normal selection. Thanks!
  10. royyan

    scroll to certain place in a frame

    I have a page includes frameset with topFrame (Search bar), leftFrame (Search results), and mainFrame (Content). What I want to do is once I click search results in leftFrame, the content page in mainFrame will scroll keyward to the top of the main frame. What is the best way to reach this...
  11. royyan

    Create a direct relationship

    I have two tables. Table1 stores all headings Table2 stores all detailed items which should belong to one of headings. Both headings and items have a key(integer). If an item belongs to the heading, then that HeadingKey is the closest one to the ItemKey and must smaller than ItemKey. Now I...
  12. royyan

    How to generate ID automatically when doing import

    I am importing a set of data from text file which doesn't have ID for records. I want to import all data into a table and generate ID for each records automatically. The ID collum is Primary Key of the table. I set "allow identity insert" as true when I set up DTS. But it give me error message...
  13. royyan

    customize iframe scrollbar

    How do I add color effect to the iframe scroll bars? Thanks!
  14. royyan

    browser crahses on screen resize

    I use following code to identify the screen resolution then redirect it to different pages accordingly. *********************************************** <%@ language=VBScript %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Hartsville</title> <script...
  15. royyan

    Remove lower status bar from IE browser

    How to remove the lower status bar which usually show hyperlink when mouse over in IE browser?
  16. royyan

    How to submit a form without using submit button

    I have a form with only one input box. There is no submit button for this form. I would like user hit return to submit the form after they enter the value into the input box. Any good suggestion in doing this? Thanks!
  17. royyan

    automatic refresh ads by using ASP ad rotator

    I am trying to use ASP ad rotator(MSWC.AdRotator) in displaying ads on my web site. This component only allow me to refresh ads when the page reloads. What I want is to refreshing ads every 20 seconds without reloading the whole page. Any good suggestions? Thanks!
  18. royyan

    session in different frames

    I am using a couple of framesets in one of my main page. One frame(Frame1) servers as navigation page with forward and backward links. I also have a input box which holds the current page numbers. The content page is in another frame(Frame2). When click on navigation link on Frame1, it will load...
  19. royyan

    Load One frame after another frame has been loaded

    What is the best way to load one frame after another frame loaded? Thanks!
  20. royyan

    calls another page loading to the same frame

    I am trying to use javascript to call another page in the same file folder, and load it to the same frame. Please advise what is the best way to do that. Thanks!

Part and Inventory Search

Back
Top