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

    A really easy xsl:if quesion

    Hiya, A really easy question for you can I do this in XML to only show a link if the ultraseek_query/results/next/@href contains something? <xsl:if ultraseek_query/results/next/@href !=""> <a id="next"><xsl:attribute name="href"><xsl:value-of select="ultraseek_query/results/next/@href"...
  2. steve100

    Trim function

    Can anyone show me a really easy way to trim strings in JS? I don't know why it is so difficult. Thanks Steven
  3. steve100

    Using JavaScript to highlight words in a page

    Hi can anyone help I am trying to develop a function which allows a user to enter search terms and have these highlighted on an a-z page. I can't see what is wrong with this function - can anyone help? <script language="javascript" type="text/javascript" > function textSearch() {...
  4. steve100

    Using Javascript to add a CSS id

    Hi can anyone help?, I want to use JS to add an XHTML id="selected" attribute to the link which is the same as the H1 header on a page. This attribute will be picked up by a CSS file and have a style applied to it to differentiate it as a 'you are here' link. This is what I did: <!-- call...
  5. steve100

    Allowing Cookie Preferences for Pop-ups

    Hi I wonder if anyone can help. I want to fire up a pop up when my page loads but I want to give the end-user the ability to click 'don't show again' in the pop up and set a cookie. However the code below is returning errors, I wondered if anyone could offer advice - I have explained in...
  6. steve100

    Progress Bar with Javascript

    Hi, I have a piece of javascript code which works with Coldfusion to produce a 'progress meter' which shows graphically how many far someone has progressed through a rather long form. Basically the code is executed everytime a person moves from one question to the next (using the onBlur...
  7. steve100

    Javascript not working in Mozilla

    Hi I have a simple form validation script which works fine in IE 6.0 and Opera 7.0. However it doesn't do anything in Mozilla 1.4 or Mozilla Firebird and I am not sure why. I link to the script using an onsubmit event handler in the form tag: <form method=&quot;post&quot...
  8. steve100

    Popups inMozilla

    Hi all this my problem: I want to create a pop-up link to display RFT files. This pop-up should always open in a new window (a web convention) I don't want to use target=&quot;blank&quot; (not valid xml) Attempted solution 1: If I simply omit the target attribute like so: <a...
  9. steve100

    Latest ECMAscript for back button

    Hi, can anyone tell me what the latest ECMAscript is for this line of javascript which allows a user to go back a page: onclick=&quot;javascript:history.back();return false&quot; I need it to work in all browsers including Mozilla Firebird Thanks
  10. steve100

    Alternative Javascript to &quot;_blank&quot;

    Hi can anyone help. I have a problem opening new rft documents in different browsers. In Mozilla based browsers an extra blank window opens and the Word application starts up in a new window. In IE the Word application starts up in a new window with no extra blank window. I need the application...
  11. steve100

    Access won't Let me delete a field

    Hi, I have created a cross-tab query in access which shows the number of questions answered by regional centres in a recent survey. A report is then produced showing this information. I added some test data for region 1 in the db and it showed up as &quot;1&quot; in the query/report which is...
  12. steve100

    Access Locking

    Hi can anyone help? - I have an Access database which I use to collect statistics from a webform to produce Management reports. It is not a heavily used database and fewer than six users should ever be updating the database concurrently. However I have built an Access switchboard which allows a...
  13. steve100

    Word Compatibility

    Hi, I wonder if anyone can help. I have a number of word documents which I wish to put on the Internet. I want my users to be able to download these word documents and fill in their own text. However, I am not sure which version of word my viewers will be using. They may be using word 95, word...
  14. steve100

    Data Access Pages Functionality

    Hi all, I have created a data access page from a report in Access because I don't want users to use the db directly. However I find that macros, expressions and functions don't work. Also my data is collapsed and has to be expanded manually (a tedious prcoess for a 250 page report). Should I...
  15. steve100

    Page break in Access

    Hi I have a report in Access which shows data grouped by region, activity and question. i.e. Region 1 Activity 1 Question a Question b Question c Region 1 Activity 2 Question a Question b Question c I would like access to create a page break at the...
  16. steve100

    Hiding Form Objects

    Does anyone know how to create a javascript to switch off form objects? I have two radio buttons in a form one with the value &quot;did&quot; the other &quot;didnt&quot;. When someone selects the &quot;didnt&quot; button I want an input select drop down box called &quot;priority&quot; to...
  17. steve100

    Hiding Form Objects

    Does anyone know how to create a javascript to switch off form objects? I have two radio buttons in a form one with the value &quot;did&quot; the other &quot;didnt&quot;. When someone selects the &quot;didnt&quot; button I want an input select drop down box called &quot;priority&quot; to...
  18. steve100

    Dynamic to Static Pages

    Hi,I have built an ASP page which pulls data from an Access database. However I don't want to put the Access database on the web, instead I would like to convert asp page content to html - is there a plug-in for Access which allows me to do this? Thanks Steven

Part and Inventory Search

Back
Top