Hi all Is it possible to update an existing php page ( just add a picture and a bit of JavaScript) in dreamweaver mx and then publish it on the web? Regards ...
Dear Magda, Yes it is possible to open up a PHP page in DWMX as long as you have installed the support for it when you installed the application (it allows you...
Hi all When I update a template it does not seem to update the relevant pages although it gives me the message that the pages have been updated. Is there any...
Dear Magda, The update with DW MX2004 does work ok from my experience. One solution I found was to update the template then open up all other pages that use...
Well it seems to be very difficult to "persuade" the pages to be updated. What I have done - and it seem to work - is to copy the code on a text file make the...
Hello, I am trying to get the focus on a combox box using document.frm.FCombo.focus(); However it's not working, is there some kind of bug when I use this code...
Try the following AFTER your </form> tag: <script type="text/javascript"><!-- document.frm.FCombo.focus(); //--></script> Not that neat, but should work. Bill ...
Hello, I have move to next page indexes. eg: I am in the 13th page. When i click a link, it goes to a page and user can update. After making the update it...
Hi All Does anybody know how to change the code below so that when I open the page is in a new window, with a given width and height ... Send them to the page...
Hi Magda, I came across this helpful bit of information on the web. http://weblogs.asp.net/ksamaschke/archive/2003/02/23/2831.aspx While it doesn't address how...
You could use the Open Picture Window extension of which you can specify the width,height,toolbars,etc. dependant upon the results of your quiery. i.e. Dim...
When using the insert details page function in ultradev for my search results I keep getting the details for the first result regardless of which result I...
Dear Sylvester, For your results page to move further based upon a users 'click selection' use the Goto Detail page and pass the unique ID of the selection to...
I've been using Dreamweaver for about a year now and just recently I've had a problem crop up. Within the last 6 weeks, everytime I put a file to the remote...
Paul, Thanks for the help; I really appreciate you taking the time to respond. Unfortunately it did not work and I still get the same results. Are there any...
Dear Arun, Not quite sure what you are after but a good app for documenting and creating help files tailored for your app use RoboHelp. Hope it helps. Paul...
Hi All Does anybody know of a site that explains how can centre the content of a page in all screen size with CSS Regards Magda [Non-text portions of this...
Hi Everybody does anybody knows of a code that will allow the form to send an email and at the same time write the info on a database or a table. Thanks Magda...
Magda, There are numerous ways to achieve this. The easiest and quickest method is to follow below: Its a two stage process: 1. Create a Record Insert Page. 2....
Thanks Stanley You've been very helpful Magda ... From: "Paul Stanley" <pjs_2000uk@...> To: <BKWeb_UltraDev@yahoogroups.com> Sent: Tuesday, October 12,...
Hi Magda, The simplest way to do this (which is also cross-browser compatible and CSS compliant) is to use a wrapper div with "margin:0 auto" and the ...