PC Review


Reply
Thread Tools Rate Thread

Batch Processing in FP2003?

 
 
Sitara Lal
Guest
Posts: n/a
 
      10th May 2007
If I would like to add a script to all the pages on my site, is there some
kind of a tool that will help me accomplish that automatically rather than
doing it manually one file at a time?

If yes, how does one determine where the script is to be inserted? [I don't
really care, so long as it is somewhere within the body of the page and not
in the header section]


 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      10th May 2007
You can Either us an Include page (say at the bottom of the page before the </body> tag)
or if the script is short use Search & Replace
Search for say: </body>
and replace with: script text here</body>

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Sitara Lal" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| If I would like to add a script to all the pages on my site, is there some
| kind of a tool that will help me accomplish that automatically rather than
| doing it manually one file at a time?
|
| If yes, how does one determine where the script is to be inserted? [I don't
| really care, so long as it is somewhere within the body of the page and not
| in the header section]
|
|


 
Reply With Quote
 
Sitara Lal
Guest
Posts: n/a
 
      10th May 2007
Great ideas, Stefan - thanks!

"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can Either us an Include page (say at the bottom of the page before
> the </body> tag)
> or if the script is short use Search & Replace
> Search for say: </body>
> and replace with: script text here</body>
>
> --



 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      10th May 2007
Another way to do it is to use an external include file. For example, if
it's JavaScript you could put all the script in an external .js file (ex:
myscripts.js) and then include that on each page. You'd put that before the
</head> tag. Ex:

<script language="javascript" src="myscripts.js"></script>

If it's ASP code or server-side functions you could put those in an external
file as well and include them like this:

<!-- #include virtual="mycode.asp" -->

if it's CSS then you would put that in an external .css file and in the
<head> section put:

<link rel="stylesheet" type="text/css" href="mystyles.css"/>

--
David Berry
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------


"Sitara Lal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Great ideas, Stefan - thanks!
>
> "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You can Either us an Include page (say at the bottom of the page before
>> the </body> tag)
>> or if the script is short use Search & Replace
>> Search for say: </body>
>> and replace with: script text here</body>
>>
>> --

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch processing in C# ludwig_stuyck@hotmail.com Microsoft C# .NET 3 3rd Feb 2008 10:13 AM
Batch Processing Shawn B. Microsoft ADO .NET 1 20th Mar 2007 06:55 PM
batch Processing =?Utf-8?B?RG1zaW1wcw==?= Microsoft Access 1 2nd Mar 2007 08:53 AM
Best way to do batch processing George Microsoft VB .NET 5 19th Mar 2004 09:47 PM
Batch processing Haji Microsoft Access Forms 3 27th Sep 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:23 PM.