Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
RaviUK #1
Problem with dialog boxes
Hello, I am trying to create a dialog box, that has a txt box on it, and when
you click OK i want the values from the textbox to be inserted into the current
document(but at the top of the document).
The code that I've made generates an error in "objectTag()" but I'm not sure
why?
Any help you can give would be great!
Thanks in advance!!
<html>
<head>
<script language="javascript">
function isDOMRequired() {
return false;
}
function objectTag() {
var dom = dw.getDocumentDOM();
dom.source.startOfDocument();
//var frm = document.forms["form1"];
tmp=frm.text.value;
dom.source.wrapSelection(tmp,'');
return;
}
</script>
</head>
<body>
<form name="form1" method="post" action="">
<table width="379" border="0">
<tr>
<td>Name : </td>
<td><input name="txtName" type="text" id="txtName"></td>
</tr>
<tr>
<td> Variables : </td>
<td><input name="txtVars" type="text" id="txtVars"></td>
</tr>
</table>
</form>
</body>
</html>
RaviUK Guest
-
Photoshop dialog boxes are 'offscreen' after going from two monitors to one
sorry, its long... typically work from two monitors at once, and when i switch to one monitor (such as when working mobile on my laptop as opposed to... -
information exchange between two dialog boxes
I am interacting with a dialog box opened on already existing dialog box. Can anybody tell me how to pass information from the upper dialog to the... -
Dragging Movie-clips: maybe like dialog boxes?
Well, I'm working on my disclaimer dialog and some other dialogs in my site (http://www.geocities.com/matt_atknsn). I made a disclaimer dialog and... -
RASdialer connection without dialog boxes ?
Dear Sirs, I am using the RAS API and would like to set up a connection without going through the dialog boxes. The Windows API says that if... -
Dialog Boxes Not Showing (Mult Monitors)
have no way of returning to a dual monitor system right now if you can't hook up a 2nd monitor, follow the FAQ topic for deleting/resetting... -
RaviUK #2
Re: Problem with dialog boxes
Hi, has anyone been able to have a look at this yet?
RaviUK Guest



Reply With Quote

