You are here: PHP(?) question « HTML « IT news, forums, messages
PHP(?) question

Posted by firstcustomer on 11/23/09 11:42

Hi, I'm wanting to know if this is possible;

I've got a HTML page that is basically a text box with a botton that
copies the contents of the textbox to the clipboard (source code
below).

I'm wanting to know if there is a quick way to "dynamically" change the
contents of the text box (the contents are templated replies to
customer enquiries, and there are about 100 of them).

What I am wanting to do is to have[, for example] one page that is the
HTML (term used loosly as it could be in PHP or similar) that is the
text box and the copy button, and all the replies then in [for example]
text files.

Is there a way to get the HTML page to change the conents of the text
box. I have seen some URLs that have "site.php?content=contentname" in
them, is this what I would use?

Am I making any sense at all?

Anyway, here is the code:

<start>
<script language="JavaScript" src="IncludeFiles/ImageSwap.js"></script>


<script language="JavaScript">
function CloseScreen() {
window.close();
}

function selectCode() {
var isMinIE4 = (document.all) ? 1 : 0;
var isMinIE5 = (isMinIE4 && navigator.appVersion.indexOf("5.")) >= 0 ?
1 : 0;
if(document.frmKnowledgeBase.txtBody.value.length>0) {
document.frmKnowledgeBase.txtBody.focus();
document.frmKnowledgeBase.txtBody.select();
// //The code below only works with IE5.......
if (isMinIE5==true) {
var strBody = document.frmKnowledgeBase.txtBody.value;
window.clipboardData.setData("Text",strBody);
}
return false;
}
else {
alert("Nothing for be selected");
return false;
}
}
</Script>
<html>
<head>
</head>

<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0">

<form name="frmKnowledgeBase" onSubmit="return selectCode();">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
height="100%">

<tr>
<td align="center" valign='top'><br>
<table width="90%" border="0" cellspacing="1" cellpadding="2"
align="center">

<tr>
<td width='10%'><b>Description</b></td>
<td colspan='2'>positive feedback</td>
</tr>
<tr>
<td width='10%' valign='top'><b>Body</b></td>
<td colspan='2'><textarea name='txtBody' rows='18'
style='background-color:#F2F2F2;width:100%;'>Dear XXXXX,

Thank you for your positive suggestions and feedback about
our website.

We have passed the points you raised on to our technical and
design support teams.

etc etc etc

blah blah blah

We hope you enjoy using our site and we look forward to your
next visit.

Regards

The website

</textarea></td>
<td colspan='2' valign='top' align='center'><b>Copy
to<br>Clipboard</b><br><input type='image' src='Clipboard.jpg'
id='image'1 name='image'1></td>
</tr>
</tr>

</table>
<br>
</td>
</tr>

</table>
</form>
</body>

</html>

</end>

TIA
--
Neil

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация