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 Shaun E 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. tinggg

    SharePoint photo gallery - querystring to individual image

    Our network is very "locked-down" (and this slideshow is on our intranet) and the Copy shortcut option is disabled. Sorry, anything else I can do?
  2. tinggg

    SharePoint photo gallery - querystring to individual image

    Thanks for your reply. As a work around I am linking directly to the image however this takes people out of the gallery slideshow so they do not get the option of scrolling through the other images in the slideshow. My preference is to link to the image as it is within the slideshow - can I do...
  3. tinggg

    SharePoint photo gallery - querystring to individual image

    Hi We're using Sharepoint 2007. We're using the photo gallery, however the issue is that when you click through the individual images in the photo gallery the url does not change, this means it's not straight forward to link to an individual image in the gallery. I need to be able to link to...
  4. tinggg

    Search Server Express install on SP 2007 - Property Relevance

    ...has installed SSE on SP 2007. I want to adjust the individual property rank weighting/rank parameters so that the weight setting for the property - *body text of a document* - is low (low relevance) and the properties *title and description* are high (high relevance). The vendor has said...
  5. tinggg

    Anchor linking problem in tabbed content area

    thanks Dan, it does help. Cheers t
  6. tinggg

    Anchor linking problem in tabbed content area

    thanks Dan, will post there.
  7. tinggg

    Anchor linking problem in tabbed content area

    ...<script type="text/javascript" src="/javascript/ui.tabs.js"></script> <script type="text/javascript"> /* Fix for IE6 background-image flicker * See http://www.mister-pixel.com/#Content__state=is_that_simple */ try { document.execCommand('BackgroundImageCache'...
  8. tinggg

    Anchor linking problem in tabbed content area

    ...src="/javascript/ui.core.js"></script> <script type="text/javascript" src="/javascript/ui.tabs.js"></script> <script type="text/javascript"> /* Fix for IE6 background-image flicker * See http://www.mister-pixel.com/#Content__state=is_that_simple */ try {...
  9. tinggg

    ASP Form - trying to get 2 fields to validate

    thanks johnwn, got some javascript and seems to be working now. thanks for taking the time to reply question now closed.
  10. tinggg

    ASP Form - trying to get 2 fields to validate

    Hi Have tried a number of different ways to create 2 mandatory fields in a form - the 'Postal Address' field and the 'Email' field. However my atempts to get this validation working have failed...can anyone help please? Many thanks for any help in advance. The form (order-form.asp) is here...
  11. tinggg

    Drop down text problem in IE7 and Firefox

    Just to close this off - the problem was that in the expandingblock css it had height: 0px; - I removed this and it worked. Thanks for all your help.
  12. tinggg

    Drop down text problem in IE7 and Firefox

    Hi Dan unfortunately this part of the site isn't live yet so there isn't a live url I can provide. I added the following to the CSS but it didn't make any difference either: } expandingblocktemplate { clear:both }
  13. tinggg

    Drop down text problem in IE7 and Firefox

    Thanks Dan - I didn't do any of the code, it's just been handed to me to make live and i've noticed these browser problems. Have made your suggested changes though, all improvements welcome - the changes didn't have any effect on the orginal problem though. BTW - This webpage is in a frameset...
  14. tinggg

    Drop down text problem in IE7 and Firefox

    Thanks Dan - I didn't do any of the code, it's just been handed to me to make live and i've noticed these browser problems. Have made your suggested changes though, all improvements welcome - the changes didn't have any effect on the orginal problem though. BTW - This webpage is in a frameset...
  15. tinggg

    Drop down text problem in IE7 and Firefox

    ...- document.body.offsetHeight; if (extraX > 0) { intX -= extraX; } if (extraY > 0) { intY -= myDiv.offsetHeight + (myAnchor.offsetHeight * 1.5); } if (intX < 0) { intX = 0; } if (intY < 0) { intY = 0; } // Set x and y position myDiv.style.left = intX + "px"...
  16. tinggg

    ASP form - Order amount not coming through on email

    Oh no, I thought it was fixed when I changed the form action to "post" - it worked once but now, the email aren't even coming through - can anyone see the problem? Thanks again FORM Code <div class="feedback"> <form action="sendorder.asp" method="post" name="frmInput"> <table>...
  17. tinggg

    ASP form - Order amount not coming through on email

    nickdel - thank you thank you thank you I can't tell you how many days i've spent on this form and it now working!!!! sincere thanks T
  18. tinggg

    ASP form - Order amount not coming through on email

    Hi I made the changes to the form (added name = )and I am still not receiving any input values i.e. when the email comes through there is no value next to the label e.g Name: Organisation: Postal Address: Email: Workbook: Can you spot anything else that may be incorrect? I've also...
  19. tinggg

    ASP form - Order amount not coming through on email

    Hi This is my first asp form so please be gentle with me :) It's a publications ordering form. I've got the form and the asp code setup, when the form is sent the name of the publication comes through but not the amount ordered - i'm sure i've made a simple mistake somewhere - can anyone spot...
  20. tinggg

    How to link to a page in a frame??

    Fantastic! Thank you very much Mark

Part and Inventory Search

Back
Top