HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
sending updated file list to customers local
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
medusamed



Joined: 05 Dec 2007
Posts: 1

PostPosted: Wed Dec 05, 2007 2:56 pm     sending updated file list to customers local Reply with quote

Hi dear

Iwant to know what should I do...
ex...

I have e price list and update it weekly and want to write a program at the local my customer the same price list viewer...

But when my customer open the internet connection or when I update the list on online my customer must see the warning at theire computer as a warning..
And if hi does click at the update button on warning windows it must download the pricelist...

ı want to know just which php code ı must use...

thanks
camoman666



Joined: 24 Jun 2006
Posts: 362
Location: Fort Walton Beach, FL, USA

PostPosted: Thu Dec 06, 2007 5:43 pm     Reply with quote

You can do this with JavaScript.

Code:
<script type="text/JavaScript">
<!--
function Download(){
 if(confirm("Are You Sure You Want To Download The Price List?"))
  window.location = "THE LOCATION ON YOUR SERVER OF THE PRICELIST";
}
-->
</script>

<a href="javascript:download();">LINK TEXT</a>


Replace the "LINK TEXT" with what you want the link to say and "THE LOCATION ON YOUR SERVER OF THE PRICELIST" with where on your server the price list is, something like "downloads/pricelist.exe".
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial