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 the next page,
where you will request the variable passed from the
search page and have a recordset filtered by that
variable.
Hope it helps.
Paul Stanley.
___________________________________________________________ALL-NEW Yahoo!
Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
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 click on. Can anybody help? I'm not sure if this is
enough information for someone to give acurate help if not please let
me know and I will provide more.
THANKS
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 rp_redirect
rp_redirect = <AHref>{javascript} open picture
window [h=600,w=800,etc.]"thankyou.htm"{/javascript}
if (rp_direct <>"") then
response.redirect rp_redirect.
EndIf
That is just off the top of my head mind, but you
could use something similar.
Hope it can give you some insight.
Paul Stanley.
___________________________________________________________ALL-NEW Yahoo!
Messenger - sooooo many all-new ways to express yourself
http://uk.messenger.yahoo.com
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 to customize the size of the window, it
does state how to incorporate java controls into the Response.Redirect
command. From there, you should only have to find a javascript on the
web for opening custom windows and add the code between the
<script></script> tags.
Sorry I don't have more time to help you with this at the moment, I will
be back in a few days if you are still having problems.
Best of luck,
Mark Bieganek
-----Original Message-----
From: Magda Karoni [mailto:mkaroni@...]
Sent: Monday, July 05, 2004 7:07 AM
To: BKWeb_UltraDev@yahoogroups.com
Subject: [BKWeb_UltraDev] redirect
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 specified if requested
Dim rp_redirect
rp_redirect = "thankyou.htm"
If (rp_redirect <> "") then
Response.Redirect rp_redirect
End If
--------------
Thank you in advance
Magda
[Non-text portions of this message have been removed]
Yahoo! Groups Links
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 specified if requested
Dim rp_redirect
rp_redirect = "thankyou.htm"
If (rp_redirect <> "") then
Response.Redirect rp_redirect
End If
--------------
Thank you in advance
Magda
[Non-text portions of this message have been removed]
In the initial setup of the update page there is a field that asks where to
go after update, you can pick page 13 there. Jeff
>From: "arunelias" <arunelias@...>
>Reply-To: BKWeb_UltraDev@yahoogroups.com
>To: BKWeb_UltraDev@yahoogroups.com
>Subject: [BKWeb_UltraDev] Move records
>Date: Sat, 12 Jun 2004 08:50:59 -0000
>
>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 should go back to the
>same page the user was, in this case the 13th page. How can I do this
>using MX2004?
>
>Ponic
>
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
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 should go back to the
same page the user was, in this case the 13th page. How can I do this
using MX2004?
Ponic
Try the following AFTER your </form> tag:
<script type="text/javascript"><!--
document.frm.FCombo.focus();
//--></script>
Not that neat, but should work.
Bill
--- In BKWeb_UltraDev@yahoogroups.com, "arunelias" <arunelias@y...>
wrote:
> 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 inside dreamweaver generated code.
>
> Besides is there any extension to get this done.
>
> Thanks
>
> Ponic
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 inside dreamweaver generated code.
Besides is there any extension to get this done.
Thanks
Ponic
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 changes and copy back the code to the page. ( I only wanted to
change the path for an image, which is ok on the template but would not
update on the pages.
I thought that it only me having problems to update the pages but it seems
to be a general problem.
Thank you for your time
Regards
Magda
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 the template, I then
removed the template from the page and then
re-attached the template, the update became applied. I
then cleared my browser cache,deleted the contents of
the webserver for that site and then re-uploaded to
the site, tested it through DW & IE and worked fine.
Since then when I use templates I always follow the
above if I have any questions about the page being
updated.
There are probably other methods that other users use
which may help more, but the above worked for me.
HTH
Paul Stanley.
--- Magda Karoni <mkaroni@...> wrote:
---------------------------------
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 other way to enforce the pages to update
Thank you
Magda
[Non-text portions of this message have been removed]
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/BKWeb_UltraDev/
To unsubscribe from this group, send an email to:
BKWeb_UltraDev-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
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 other way to enforce the pages to update
Thank you
Magda
[Non-text portions of this message have been removed]
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
to select which page types DW can support when
installing).
Once you have completed your updates you can then just
upload.
HTH
Paul Stanley.
--- Magda Karoni <mkaroni@...> wrote:
---------------------------------
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
Magda
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor ADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/BKWeb_UltraDev/
To unsubscribe from this group, send an email to:
BKWeb_UltraDev-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
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
Magda
[Non-text portions of this message have been removed]
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
thumbnails when a person visits the site, when they leave, the thumbnails
will be cleared from your temp space. Just do a simple division to figure
out the aspect ratio, and start resizing.
At 04:34 AM 4/20/2004, you wrote:
>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 the width being maintined is the way forward
>really.
>Thanks
>Dan
>
>--- In BKWeb_UltraDev@yahoogroups.com, "Moshe Tapnack" <elists@t...>
>wrote:
> > 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 to a common
>width and
> > then work out the height ratio - so all your thumbs will be the
>same width
> > atleast, but your ratio will be reserved.
> >
> > Moshe
> >
> >
> > -----Original Message-----
> > From: itsdannyuk2003 [mailto:itsdannyuk2003@y...]
> > Sent: Wednesday, April 14, 2004 2:00 PM
> > To: BKWeb_UltraDev@yahoogroups.com
> > Subject: [BKWeb_UltraDev] Dynamic images, a percentage of image size
> >
> >
> > 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 set the size in pixels, but this
>leaves
> > some images out of scale/stretched. The images are dynamicaly
> > uploaded using pure asp upload! when i try to set the field to e.g.
> > 25% tha page is messed up and no product images are displayed.
>Below
> > is the line of code for one of the lines...
> >
> > <img src="productimages/<%=(rsoffer.Fields.Item
>("largeimage").Value)%
> > >" width="70" height="59">
> >
> > thanks for any help
> > dan
> >
> >
> >
> >
> > Yahoo! Groups Links
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
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 the width being maintined is the way forward
really.
Thanks
Dan
--- In BKWeb_UltraDev@yahoogroups.com, "Moshe Tapnack" <elists@t...>
wrote:
> 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 to a common
width and
> then work out the height ratio - so all your thumbs will be the
same width
> atleast, but your ratio will be reserved.
>
> Moshe
>
>
> -----Original Message-----
> From: itsdannyuk2003 [mailto:itsdannyuk2003@y...]
> Sent: Wednesday, April 14, 2004 2:00 PM
> To: BKWeb_UltraDev@yahoogroups.com
> Subject: [BKWeb_UltraDev] Dynamic images, a percentage of image size
>
>
> 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 set the size in pixels, but this
leaves
> some images out of scale/stretched. The images are dynamicaly
> uploaded using pure asp upload! when i try to set the field to e.g.
> 25% tha page is messed up and no product images are displayed.
Below
> is the line of code for one of the lines...
>
> <img src="productimages/<%=(rsoffer.Fields.Item
("largeimage").Value)%
> >" width="70" height="59">
>
> thanks for any help
> dan
>
>
>
>
> Yahoo! Groups Links
At 01:20 AM 4/12/2004, you wrote:
>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 into table his/her activities in that page.
>
>Is there any other way in JSP using any extensions to do this
>effectively?
>
>Any help is highly appreciable.
>
>Thanks
>
>Ponic
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, or on each page have a small insert data line to store the
users name/page visited/time accessed/etc into a database of your choosing.
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 to a common width and
then work out the height ratio - so all your thumbs will be the same width
atleast, but your ratio will be reserved.
Moshe
-----Original Message-----
From: itsdannyuk2003 [mailto:itsdannyuk2003@...]
Sent: Wednesday, April 14, 2004 2:00 PM
To: BKWeb_UltraDev@yahoogroups.com
Subject: [BKWeb_UltraDev] Dynamic images, a percentage of image size
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 set the size in pixels, but this leaves
some images out of scale/stretched. The images are dynamicaly
uploaded using pure asp upload! when i try to set the field to e.g.
25% tha page is messed up and no product images are displayed. Below
is the line of code for one of the lines...
<img src="productimages/<%=(rsoffer.Fields.Item("largeimage").Value)%
>" width="70" height="59">
thanks for any help
dan
Yahoo! Groups Links
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 set the size in pixels, but this leaves
some images out of scale/stretched. The images are dynamicaly
uploaded using pure asp upload! when i try to set the field to e.g.
25% tha page is messed up and no product images are displayed. Below
is the line of code for one of the lines...
<img src="productimages/<%=(rsoffer.Fields.Item("largeimage").Value)%
>" width="70" height="59">
thanks for any help
dan
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 into table his/her activities in that page.
Is there any other way in JSP using any extensions to do this
effectively?
Any help is highly appreciable.
Thanks
Ponic
Resinstalled Dreamweaver MX on a new PC and somehow one of the Code
Inpector settings has changed. Previously when I hit the enter key
in the Code Inspector, my cursor would automatically tab to the next
line just below the current line of code.
Now, when I hit the enter key in the Code Inspector, the cursor is
always at the far left edge of the code, requiring me to tab numerous
times to reach the proper location for the next line of code.
Have not been able to find the preferenece that controls this
behavior.
Anyone know how to fix this?
I have used the recordset navigation bar behvavior form DW MX and it
only displays one row from the DB. When i click 'Next' no recordset
is displayed. even though it defo should do!
below is the code for it within the <body> tag.
Hope somone can shed a bit of light
Thanks
dan
<table border="0" width="50%" align="center">
<tr>
<td width="23%" align="center">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_moveFirst%>"><img src="First.gif"
border=0></a>
<% End If ' end MM_offset <> 0 %>
</td>
<td width="31%" align="center">
<% If MM_offset <> 0 Then %>
<a href="<%=MM_movePrev%>"><img src="Previous.gif"
border=0></a>
<% End If ' end MM_offset <> 0 %>
</td>
<td width="23%" align="center">
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveNext%>"><img src="Next.gif"
border=0></a>
<% End If ' end Not MM_atTotal %>
</td>
<td width="23%" align="center">
<% If Not MM_atTotal Then %>
<a href="<%=MM_moveLast%>"><img src="Last.gif"
border=0></a>
<% End If ' end Not MM_atTotal %>
</td>
</tr>
</table>
There is an extension for exporting your DW settings
from one machine to another. the extension is called
MM_Exporter.
The file size is 1.9MB and I have it if anyone
requires it let me know by sending me an email.
Viper2kUK.
pjs_2000uk@...
___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
There is an Ultradev/DW extension for importing/exporting site defs
available on the Macromedia website. I *think* these will do the trick
with 2004. However if you upgraded to 2004 didn't the site defs get
imported anyway?
HTH
Anna
_____
From: arunelias [mailto:arunelias@...]
Sent: Tuesday, 9 March 2004 06:45
To: BKWeb_UltraDev@yahoogroups.com
Subject: [BKWeb_UltraDev] Export Site
How can I export site definition(ste) from UltraDev.
I was using ultradev, now migrated to MX2004. Instead of
creating
new site definition in MX2004, some way will be there to import
from
MX2004.
Can anyone pls help.
Thanks
JAco
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/BKWeb_UltraDev/
* To unsubscribe from this group, send an email to:
BKWeb_UltraDev-unsubscribe@yahoogroups.com
<mailto:BKWeb_UltraDev-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
How can I export site definition(ste) from UltraDev.
I was using ultradev, now migrated to MX2004. Instead of creating
new site definition in MX2004, some way will be there to import from
MX2004.
Can anyone pls help.
Thanks
JAco