I guess my other option would be to use javascript window.open command - just have to get users to allow popups from my site...yes ??
Type: Posts; User: kevin_dalby; Keyword(s):
I guess my other option would be to use javascript window.open command - just have to get users to allow popups from my site...yes ??
i have changed the code back to the original paths (i had changed it to try to get the function/script to run from one place ) and put the required GIFs in a folder 'windowfiles' in the folder where...
ok,
here's the content of the application from my web server that is generated by CodeCharge Studios 3.x
https://kkdalby.merchantsecure.com/ddscripts/ddscript_code.zip
the live site is:
...
ok, give me a little while to rig up a test site tonight - thanks in advance
1) Script Title: DHTML Window Widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem:
I use the above script in a CodeCharge Studio 3.x...
ok, thanks - i will get to work on that.
as to <fonts> i do use style settings - that's the design pkg that occasionally throws in the fonts tag.
hi,
i'm using the 2 col. liquid layout. in the top content area i'm putting 2 divs (1 floated) to get an image background that can grow on the right as needed.
below the image divs i put a...
1) Script Title: Basic Ajax Routine
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxroutine.htm
3) Describe problem:
I used the Basic Ajax script to fetch some XML...
Can you tell me how/where that fits the script which structure is like this:
( loose syntax here)
function mywindowopener()
myvar=dhtmlwindow.open( 'w2','ajax' ...my parameters...)...
tried that in place of the return window.confirm("Close this window?") but, it didn't seem to work
1) Script Title: DHTML Window Widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
script works beautifully !!
but, i want...
SCRATCH THIS REQUEST. I used the Ajax Basic GET & POST techniques instead and have tighter control over what i'm trying to do.
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD):...
yes, however i'm building the links in each row of the data grid - so if those links call a the function i sketched out in the prev msg, can that function not define the onclose event be fired after...
i was thinking:
** not exact syntax here **
in the rows of the data grid:
<a onclick="MyWindowOpenFunction('MyURLToOpen');"> click here </a>
at top of page:
ok, i saw that on the web site - that's straight forward when the links are static. problem is that my links are built from CodeCharge data grids, with a window open link at the front of each row......
thanks !
i was using the modal version 'cause, well, it's modal - too bad it doesn't have this 'clean up' functionality - i've returned to the original window version - it'll do the trick.
is...
1) Script Title: DHTML Window widget (v1.1)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I use Codecharge 2.x. I've build a...
sorry, no code or site ....
i'm going to approach it using vbscript for now so that it happens during the POST operation but, i'd really like it if i could make it happen live.
the vbscript...
i have a form with 3 fields. field1 is the start time of a logged event, field2 is the end time of the event, field 3 is the elapsed time between the two field values.
when I double click on...