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: *

  1. royyan

    Import/Export in SQL 2005 management studio exppress edition

    Hi Denny, Thank you for taking time answering the question. Yes, there is no import/export wizard in Management Studio Express. The import/export wizard in full Management Studio relies on SQL Server Integration Services to move the data, but SSIS is not present when only SQL Server Express is...
  2. royyan

    Import/Export in SQL 2005 management studio exppress edition

    Well, I found answer for myself. This version of software doesn't have import/export ability.
  3. 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
  4. 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...
  5. 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...
  6. royyan

    Maximum number of database in one MS SQL server

    How many database can we set up in one MS SQL server? Thanks!
  7. 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!
  8. royyan

    How to center search result highlights on the screen?

    I tried, but having trouble with layers and someother issues. I am still trying something and will let you guys posted once I came out something. Thanks a lot for help!
  9. royyan

    How to center search result highlights on the screen?

    Yes, I am looking for scrollTo() Function. The svrollTo() works fine in one window. But if I use framesets, call search results from frame1, show search results in frame2, then had a dificult time to get it work.
  10. royyan

    How to center search result highlights on the screen?

    The site is still under construction and not on live yet.
  11. 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...
  12. royyan

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

    Hi adam and Kaht, Thank you both for the help. I think Adam's "frame" suggestion is good in my case. Actually I do use lot's of framesets in my web pages. Now, I need to think how to keep the url I want in the address bar. Post method may not work in my case because it generates links in leading...
  13. royyan

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

    As I described above, I want user use browser menue to add favorites instead of adding a link to bookmark. We don't have too much on tool bar to add this link. The key question here is how to bookmark the site without including those attached strings Such as "?name=aaa&site=.." Thanks!
  14. 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".
  15. royyan

    Document Zoom In and Zoom Out questions

    Thanks for the reply. The code you rprovided works fine in one frame situation. My current issue is the zoom command can't pass to the Frame2. Any suggestions? Thanks!
  16. 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!
  17. royyan

    Combo box with one selection special

    Ok, I figure out my previous code problem. I should use if(form.select1[searchform.select1.selectedIndex]..value == "www.yahoo.com") instead of if(form.select1[searchform.select1.selectedIndex]..value = "www.yahoo.com") Thank you both all the same!
  18. royyan

    Combo box with one selection special

    What I am trying to do is load page to another frame which is similar you generate a pop up page. I actually have some JavaScript code to do this. But somehow it has problem when I select other options such as Yellow, Green. See code below. <code> function select1_onchange() {...
  19. 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!

Part and Inventory Search

Back
Top