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 Mike Lewis 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: lbrooks
  • Order by date
  1. lbrooks

    XSLT calling external js function

    I meant what would cause the above not to execute. The function SetSelectIndex is not firing.
  2. lbrooks

    XSLT calling external js function

    Within an XSLT file, I am calling an external js function. I have the following within my XSLT file: <script> SetSelectIndex(this.form,'paramprocess', '{ParameterType}'); SetSelectIndex(this.form,'paramapproval', '{Any/ApprovalType}'); SetSelectIndex(this.form,'paramtype'...
  3. lbrooks

    InsertBefore method

    Is my problem clear, do I need to provide more?
  4. lbrooks

    InsertBefore method

    Overall: When I attempt to use the insertBefore method I get an error "Insert position node must be a child of the node to insert under." Below I walk through my code explaining what I am doing. Any help would be grealy appreciated. //this is just to show that I am working with two...
  5. lbrooks

    External JS file submitting form

    I was able to "thank trollacious for this valuable post". There are purple links next to his name on every reply. Did misunderstand something?
  6. lbrooks

    External JS file submitting form

    Done!
  7. lbrooks

    External JS file submitting form

    trollacious, I know how frustrating it can be when you have someone on the other end missing the obvious. My apologies again for my rudeness last week. And I really appreacite your help this week. I am not that bad, just my head in the clouds the past week. Until next time. If you need a...
  8. lbrooks

    External JS file submitting form

    Ok. I have figured it out. Thanks to trollacious. for some reason I could not see the most simplest thing. Arghhh. But thanks so much.
  9. lbrooks

    External JS file submitting form

    Ok beat me over the head. My bad. I get what you are saying. But I did learn something else. It appears that on a Win 2003 box it only recognizes the .aspx extention. Is this true?
  10. lbrooks

    External JS file submitting form

    I am not running this on my local machine. It is on another machine.
  11. lbrooks

    External JS file submitting form

    Ok. I think this may cause the problem, but I don't know why. Let me start from the beginning. I have a page RecipeMain.asp. RecipeMain.asp is like a container for all other page. So within the RecipeMain.asp I have the following: <td> <DIV id="folderTree" STYLE="padding-top: 8px;"></DIV>...
  12. lbrooks

    External JS file submitting form

    \\mes\dsr\Dev\RecipeMain.asp
  13. lbrooks

    External JS file submitting form

    Yes you are right. But this page is the result of a user clicking submit. On Win 2000 server it works fine, but on Win 2003 is does not work. So on my form I have a button like so(keep in mind that this form is created within an XSLT file): <input type="button"...
  14. lbrooks

    External JS file submitting form

    I have another question. I did get this to work via a Windows 2000 server, but I get the same problem on a Windows 2003 machine. A recap of the issue describes differently: When submitting a form the browser displays the following for the page being called...
  15. lbrooks

    External JS file submitting form

    I mis-spoke. All I meant was that I can invoke ASP code by submitting a form. My point was that Ajax was not the only means. I should not have replied to trollacious so harshly, as they were only trying to help.
  16. lbrooks

    External JS file submitting form

    Look I didn't mean to be so sharp. I really appreaciate your effort and you taking the time to help.
  17. lbrooks

    External JS file submitting form

    I already said i solved the problem. And what you say is not true, you can call ASP(server side code) from a client form. I mean if you don't know, then you don't know but to futhur make up things well, there is a lot to be said there. Let's end it, I have solved my problem and thanks for...
  18. lbrooks

    External JS file submitting form

    I called server side code from client side code, which you can do.
  19. lbrooks

    External JS file submitting form

    It shows the value that I am expecting. But I have figure out what my problem is. For reference the problem is the fact the the default language for ASP is vbscript and I was calling javascript code within ASP. Thanks anyway.
  20. lbrooks

    External JS file submitting form

    {$CopiedRecipe} is a parameter value in XSLT.

Part and Inventory Search

Back
Top