Search the web
Sign In
New User? Sign Up
BKWeb_UltraDev · A support group for Macromedia UltraDev users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5431 - 5460 of 5492   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#5460 From: Paul Stanley <pjs_2000uk@...>
Date: Wed Aug 25, 2004 9:52 am
Subject: Re: I get the same details for my search results records
pjs_2000uk
Offline Offline
Send Email Send Email
 
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

#5459 From: "Sylvester Mobley" <sylvestermobley@...>
Date: Wed Aug 25, 2004 2:59 am
Subject: I get the same details for my search results records
sylvestermobley
Offline Offline
Send Email Send Email
 
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

#5458 From: Paul Stanley <pjs_2000uk@...>
Date: Mon Jul 5, 2004 3:37 pm
Subject: RE: redirect
pjs_2000uk
Offline Offline
Send Email Send Email
 
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

#5457 From: Mark Bieganek <mark@...>
Date: Mon Jul 5, 2004 3:17 pm
Subject: RE: redirect
mbieg69
Offline Offline
Send Email Send Email
 
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

#5456 From: "Magda Karoni" <mkaroni@...>
Date: Mon Jul 5, 2004 1:07 pm
Subject: redirect
magdalena2001uk
Offline Offline
Send Email Send Email
 
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]

#5455 From: "arunelias" <arunelias@...>
Date: Sun Jun 20, 2004 6:24 am
Subject: MX2004 probelm
arunelias
Offline Offline
Send Email Send Email
 
When I open MX2004 I am getting error SSI.htm is invalid, similarly
for ASP.htm and for JSP.htm.

How can I rectify this problem?

Ponic

#5454 From: "Jeff Grand" <jeff_grand@...>
Date: Sat Jun 12, 2004 4:25 pm
Subject: RE: Move records
jeffinazagain
Offline Offline
Send Email Send Email
 
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/

#5453 From: "arunelias" <arunelias@...>
Date: Sat Jun 12, 2004 8:50 am
Subject: Move records
arunelias
Offline Offline
Send Email Send Email
 
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

#5452 From: "arunelias" <arunelias@...>
Date: Wed May 19, 2004 11:38 am
Subject: Dynamic Combo
arunelias
Offline Offline
Send Email Send Email
 
Hello,

Is there any extension available for doing dynmaic combo as I have
more than one dynamic combo boxes in one page.

Arun

#5451 From: "k_billy_uk" <bill@...>
Date: Fri May 14, 2004 5:40 pm
Subject: Re: Focus on Combo Box
k_billy_uk
Offline Offline
Send Email Send Email
 
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

#5450 From: "arunelias" <arunelias@...>
Date: Sun May 9, 2004 7:02 am
Subject: Focus on Combo Box
arunelias
Offline Offline
Send Email Send Email
 
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

#5449 From: "Magda Karoni" <mkaroni@...>
Date: Fri May 7, 2004 2:20 pm
Subject: Re: templates
magdalena2001uk
Offline Offline
Send Email Send Email
 
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

#5448 From: Paul Stanley <pjs_2000uk@...>
Date: Fri May 7, 2004 2:37 pm
Subject: Re: templates
pjs_2000uk
Offline Offline
Send Email Send Email
 
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

#5447 From: "Magda Karoni" <mkaroni@...>
Date: Fri May 7, 2004 1:24 pm
Subject: templates
magdalena2001uk
Offline Offline
Send Email Send Email
 
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]

#5446 From: "Magda Karoni" <mkaroni@...>
Date: Wed May 5, 2004 2:10 pm
Subject: Re: php and dreamweaver
magdalena2001uk
Offline Offline
Send Email Send Email
 
thank you Paul

Regards

Magda

#5445 From: Paul Stanley <pjs_2000uk@...>
Date: Wed May 5, 2004 1:58 pm
Subject: Re: php and dreamweaver
pjs_2000uk
Offline Offline
Send Email Send Email
 
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

#5444 From: "Magda Karoni" <mkaroni@...>
Date: Wed May 5, 2004 12:59 pm
Subject: php and dreamweaver
magdalena2001uk
Offline Offline
Send Email Send Email
 
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]

#5443 From: "jeffinazagain" <jeff_grand@...>
Date: Wed Apr 21, 2004 1:38 am
Subject: retrieving session variable
jeffinazagain
Offline Offline
Send Email Send Email
 
Is it possible to retrieve the PC name using a session variable? with
the pupose of inserting it into a data base. Thanks Jeff

#5442 From: Tim Thorburn <webmaster@...>
Date: Tue Apr 20, 2004 6:33 pm
Subject: Re: Re: Dynamic images, a percentage of image size
webmaster@...
Send Email Send Email
 
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
>
>
>
>

#5441 From: "itsdannyuk2003" <itsdannyuk2003@...>
Date: Tue Apr 20, 2004 8:34 am
Subject: Re: Dynamic images, a percentage of image size
itsdannyuk2003
Offline Offline
Send Email Send Email
 
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

#5440 From: Tim Thorburn <webmaster@...>
Date: Mon Apr 12, 2004 9:37 pm
Subject: Re: (unknown)
webmaster@...
Send Email Send Email
 
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.

#5439 From: "Moshe Tapnack" <elists@...>
Date: Wed Apr 14, 2004 3:29 pm
Subject: RE: Dynamic images, a percentage of image size
tapnack
Offline Offline
Send Email Send Email
 
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

#5438 From: "itsdannyuk2003" <itsdannyuk2003@...>
Date: Wed Apr 14, 2004 11:00 am
Subject: Dynamic images, a percentage of image size
itsdannyuk2003
Offline Offline
Send Email Send Email
 
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

#5437 From: "arunelias" <arunelias@...>
Date: Mon Apr 12, 2004 5:20 am
Subject: (No subject)
arunelias
Offline Offline
Send Email Send Email
 
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

#5436 From: "arunelias" <arunelias@...>
Date: Sat Mar 27, 2004 9:51 am
Subject: Dynamic graphs
arunelias
Offline Offline
Send Email Send Email
 
Hello,

Is there any extension to develop dynamic graphs and charts using
MX2004?

Regards,

Jaco

#5435 From: "stevan2020" <stevan.s.cohen@...>
Date: Fri Mar 26, 2004 5:51 pm
Subject: Code Inpector not tabbing
stevan2020
Offline Offline
Send Email Send Email
 
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?

#5434 From: "itsdannyuk2003" <itsdannyuk2003@...>
Date: Fri Mar 19, 2004 1:59 pm
Subject: Recordset navigation bar-only displays first RS
itsdannyuk2003
Offline Offline
Send Email Send Email
 
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>

#5433 From: Paul Stanley <pjs_2000uk@...>
Date: Tue Mar 9, 2004 9:44 am
Subject: RE: Export Site
pjs_2000uk
Offline Offline
Send Email Send Email
 
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

#5432 From: "Anna Crooks" <anna.crooks@...>
Date: Tue Mar 9, 2004 5:51 am
Subject: RE: Export Site
anna_crooks
Offline Offline
Send Email Send Email
 
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]

#5431 From: "arunelias" <arunelias@...>
Date: Tue Mar 9, 2004 5:45 am
Subject: Export Site
arunelias
Offline Offline
Send Email Send Email
 
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

Messages 5431 - 5460 of 5492   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help