Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default add script

    hi,
    I have enter in 1 page a timout script
    now i have to put this script in all the pages

    I there are more than 25 pages where this script must available

    is there a quick solution for this?
    please advise
    kisoen


    rajesh Guest

  2. Similar Questions and Discussions

    1. 6.1 script not working on 7.0 server. Script used towork!
      I've a problem with some coldfusion 6.1 scripts running on a server with coldfusion 7. It seems that it isn't accepting the hidden type for the tag...
    2. CF Grid / Java Script / Action Script
      Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ...
    3. ksh script - Preventing multiple runs of a particular script
      I am having trouble with a ksh script I am writing. I need to make sure that the script is not already running when it is kicked off in cron. ...
    4. Batch Script returns "Could Not Run script - File was not found"
      I need to batch process some images to convert them to jpgs. When I try to set it up I get "Could Not Run script - File was not found". This also...
    5. Execute shell script from a perl script
      Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for...
  3. #2

    Default Re: add script

    Use a server side include to call the script to each page. The exact code
    depends upon the application server being used.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    news:d1cp2s$n1a$1@forums.macromedia.com...
    > hi,
    > I have enter in 1 page a timout script
    > now i have to put this script in all the pages
    >
    > I there are more than 25 pages where this script must available
    >
    > is there a quick solution for this?
    > please advise
    > kisoen
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: add script

    You might want to add the script into a common file, like the connection
    file include.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  5. #4

    Default Re: add script

    what i did,
    search a specific suppose the connection
    and replace new connection and with the script

    is correct what i have done?
    please advise
    kisoen


    "Julian Roberts" <newsg@charon.co.uk> schreef in bericht
    news:d1csaq$rv0$1@forums.macromedia.com...
    > You might want to add the script into a common file, like the connection
    > file include.
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >

    Kisoen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139