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

  1. summitmedia

    removing spaces from a dynamic value from the database

    hi DNG Bit Brain Dead if this is the current config i have using the Replace() where would i put the code above to make it work. this way i can see the code insitue and it will make sence as i was up till 4 watching bb6, here is the ocde that would produce 1 hyperlink that needs to have the...
  2. summitmedia

    removing spaces from a dynamic value from the database

    hi DNG i tried to add the regular expressions but couldn't get my head around it. so i ended up with a few nested Replace() tags. could you give me an example of how the regular expression fits into a page, one i set where it fits into a page then i will be able to understand it better...
  3. summitmedia

    removing spaces from a dynamic value from the database

    ill try that catch you on monday cheers dean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if they can't prove i was logged in when it broke, It a software issue and you ain't seen me right!!
  4. summitmedia

    removing spaces from a dynamic value from the database

    it just looks a lot of code, is their easyier way of doing it like the simple replace() option cheers dean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if they can't prove i was logged in when it broke, It a software issue and you ain't seen me right!!
  5. summitmedia

    removing spaces from a dynamic value from the database

    hi donnetgnat i'll try this over the weekend and get back to you monday and let you know how i get cheers dean cheers dean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if they can't prove i was logged in when it broke, It a software issue and you ain't seen me right!!
  6. summitmedia

    removing spaces from a dynamic value from the database

    hi dotnetgnat the headline that produced the error above is: CCTV traffic system (ParkingEye) to hit Scotland's streets in a 'matter of months' which is why i want to strip out ()*"? values cheers dean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if they can't prove i was logged...
  7. summitmedia

    removing spaces from a dynamic value from the database

    sorry for the double submit my browser played up a little cheers dean ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ if they can't prove i was logged in when it broke, It a software issue and you ain't seen me right!!
  8. summitmedia

    removing spaces from a dynamic value from the database

    hi dotnetgnat i added what you said like so: Headline=<%= Replace(CarParkingNews.Fields.Item("Headline").Value," ","_") %> and i am getting this error: Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '[string: "CCTV_traffic_system_"]' i have spotted that one of...
  9. summitmedia

    removing spaces from a dynamic value from the database

    hi dotnetgnat i added what you said like so: Headline=<%= Replace(CarParkingNews.Fields.Item("Headline").Value," ","_") %> and i am getting this error: Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '[string: "CCTV_traffic_system_"]'...
  10. summitmedia

    removing spaces from a dynamic value from the database

    hi their i am using a rewrite script for the url which will add the a headline to the url for the page, but i need it strip the spaces out of the headling and make them into "_" so that the url will be able to be used a spider friendly link. I am just testing the replace option from dotnetgnat...
  11. summitmedia

    removing spaces from a dynamic value from the database

    hi guys I am trying to remove the spaces from a dynamic value that is returned from my database in asp. when i pass the value in a url to the next page it replaces the space with %20 is their any way to swap them the %20 for _ so that it appears in the url ok cheers dean cheers dean...
  12. summitmedia

    Throttling IIS

    hi their i have a site running in high isolation mode as it is a little heavy on the server due to a loty sessions being used in the site. i had this throttled to 50% in an attempt to ensure that the server wouldn't fall over due to this instance of the dllhost.exe using to much of the...
  13. summitmedia

    Throttling IIS

    Hi their i have a win2k server runnign iss and i have throttled the cpu usage to 50% and ticked the enforce limits. Someone has told me this means that the site will run for 50% of the time a full steam and then suffer the other 50% of the time. is the case? my understanding was that if you...
  14. summitmedia

    LAYER in inframe to show in Parent window

    hi there any idea how? cheers dean
  15. summitmedia

    LAYER in inframe to show in Parent window

    hi there can anybody give me any idea how i can get a leyar to appear in the parent window from an Iframe. I have a page with various animated layers on they display the layers in a randomly. so each time the page is loaded the page decideds which animated layer to show. I want to include...
  16. summitmedia

    Sending Resulting ASP Form Problem

    hi there Do you want to be able to send a copy of the results by email when the user clicks something or automatically? if it is automatically then what you need to do is nip to do is get your self a copy of formmail.asp and add your domain name in the top section of the code as this is the...
  17. summitmedia

    why does my simple javascript trigger form submit action in NN7.1?

    hi there i no it's a daft question have you turned off the submit action for the buttons try adding this: <html> <head> <title> New Document </title> </head> <script language=&quot;JavaScript&quot;> <!-- function addField(){ for(var i=0; i <...
  18. summitmedia

    Why is Javascript converting my absolute url to a relative one???

    Hi gert i am glad to see the bit of code i gave you is now working once you found the real problem. i hope you find it useful and ontinue to use this simple approach why have two bits of code when one will do. cheers dean
  19. summitmedia

    display='block' netscape and mozzila nightmare

    hi there I have just tried this in IE6,avante, no movement at all your script is just not netscape friendly i have a put a simailar code that is short that uses span tages to make sections visable or hidden which you might find useful. <script language=&quot;JavaScript&quot;> function...

Part and Inventory Search

Back
Top