Hello, I want to create a user log to track the user activities in the application. What I am planning to do is create a table and get the session value, inser...
hi, Is it possible to have a dynamic imagfe feild which will display the main/parent image as a thumbnail, reduced in size by a percentage. Obviously one can...
What about not putting in any w/h details - just let it draw the 25% image that you have already created? Another option: when creating the thumbnails - shrink...
... Wouldn't storing the session data into a database give you this result? I've not used JSP yet - but you should be able to simply store the session data,...
Tim Thorburn
webmaster@...
Apr 14, 2004 9:01 pm
5441
I have not created any 'extra' thumbs for the site. i was hoping to just use one image. I am no assuming that this can't be done???? What you suggested with...
You could create the thumbnails when the images are uploaded and store them within your filespace ... or, you can use GD 2.x and higher to create the ...
Tim Thorburn
webmaster@...
Apr 20, 2004 6:46 pm
5443
Is it possible to retrieve the PC name using a session variable? with the pupose of inserting it into a data base. Thanks Jeff...
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...