PDA

View Full Version : How to add this in frontpage ?


Flintstones1962
Aug 27, 2006, 09:34 AM
Hello,

I'm using frontpage just to build my wesite where there should be a place on one of the pages to point to some commands to make the user run a web-application (something like the hyperlink which points to a web-page but in my case it points to an application ), I've to add some statements like this (as described from the developer ) :

<Object>
Write some commands here
</Object>

I designg my website without touching the coding at all, because I don't understand it.

Any tips

Regards

AMysticWeb
Aug 27, 2006, 09:41 AM
Here is a link to a page where I offer a download.
http://frontpageforms.com/color_picker.htm

And here is what the link looks like.
<a href="colorpk.exe">Here</a>

So this means that colorpk.exe was saved to my web so when I created my hyperlink to the download it was chosen from the list just like linking to a page. The file must be contained within the web in order to create the link unless you are linking to another site.

In some cases you may wish to zip the file and then hyperlink to the then zipped folder.

ScottGem
Aug 27, 2006, 10:40 AM
To add code like that you are going to have to do it manually. Switch to the HTML view in Frontpage and then insert the code where you want to appear on the page.

Flintstones1962
Aug 27, 2006, 11:46 AM
Hello again,

Actually I am confused, here is my page, very simple page, as you see there's the word "Demo", where I want the user to click and run the application, now, where should I add this <ojbect>... </object> statements ?

Regards


<html dir="rtl">

<head>
<meta http-equiv="Content-Language" content="nl-be">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>VisionTruesystems</title>
</head>

<body bgcolor="#66FF99">

<p><!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d-%m-%Y %H:%M" --></p>
<hr>
<p dir="ltr"><span lang="en-us"><font size="7">test page</font></span>
</p>
<p dir="ltr"><span lang="en-us">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Distellaan 2, oostende 8400</span></p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr"><span lang="en-us"><font size="7">Demo</font></span></p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">&nbsp;</p>
<p dir="ltr">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>
<!--webbot bot="HitCounter" u-custom I-image="4" I-resetvalue="100" PREVIEW="&lt;strong&gt;[Bezoekersteller]&lt;/strong&gt;" i-digits="0" startspan --><img src="_vti_bin/fpcount.exe/C:/Vision72/web/?Page=index.htm|Image=4" alt="Bezoekersteller"><!--webbot bot="><!--webbot bot=" I-checksum="63313" endspan --></p>
<p>&nbsp;</p>

</body>

</html>

ScottGem
Aug 27, 2006, 11:56 AM
So insert the code at the end that line like I said,