Recordset On A Embedded Asp Page Via CDO
Dec 28, 2006
I'm using CDO to send information by e-mail to the users of an intranet system.
By embedding a asp page via objMail.CreateMHTMLBody, I can send them dynamic content like info on db..
The point is: Since I tested and realized the embedded page can't perform a recordset to populate itself with db content, I'm sending this info as parameters and retrieving at the embeeded page before beeing attached on e-mail by quesrystring.
The tests I'm doing is gathering info from recordset (on a CDO page) like this:
Do while not rsemprestimos.eof Code:
View 1 Replies
ADVERTISEMENT
Jul 23, 2005
I have this code below when I asign strOldTkinit = strNewTkinit and
then read the new value for the strNewTkinit from the recordset the
strOldTkinit changes the value also. So when I run my comparison the
values is always equal even though I read a new value from the
recordset. Code:
View 1 Replies
View Related
Feb 9, 2006
The correct syntax for an array literal would be:
this.managers [ "DOE, JANE", "DOE, JOHN", "BUSH, GEORGE W" ];
(which works)
My questioin is, how do you recreate this same syntax pulling from a
recordset containing over 3500 records such as:
aManagerName = "DOE, JANE", "DOE, JOHN", "BUSH, GEORGE W", etc...
because
this.managers [ aManagerName ];
(does not work)
View 6 Replies
View Related
Mar 4, 2010
I am using javascript to run couple of video on my web page with wmp embedded on the web page. The script and the code works ok when when I am running on my computer but as soon I download files and web page to a remote server the video files dont play. I am puting the code below:
<script type="text/javascript">
function play(media){
document.getElementById('mediaplayer').innerHTML=
'<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'
[Code].....
View 1 Replies
View Related
Jul 23, 2005
In a document there is iframe (id="frame0"). Into it there is loaded file
only with form (id="form"). On main document there is also a form
(id="form0") with several input fields and buttons. How to copy all input
fields with their values form form0 to form1? And how to add a submit to
form1 and then press it?
View 2 Replies
View Related
Sep 28, 2011
I was hoping someone might have a solution to randomizing a URL in javascript... in this case for an embedded Simpleviewer link?At the moment the link is http://timperceval.com/guiran/intro1/ but I would like to have the site randomly choose from four URLs.
The embedded code is as follows:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://timperceval.com/guiran/intro1/svcore/js/simpleviewer.js">
[code]....
View 6 Replies
View Related
Mar 24, 2009
I`m trying to write XML in HTML and read it with JavaScript, but it`s not working.
my XML in HTML.
Code:
<xml id="xmldata" style='display:none;'>
<markers>
<marker lat="50.895842" lng="-1.4051" html="text"/>
[Code]....
View 1 Replies
View Related
Jun 7, 2010
I've created an ad unit which is to be embedded on other sites. In this ad unit are links which when clicked upon, as supposed to lightbox the link using lightview over the whole page, not just inside the ad unit embed.
I've used iframe and object tags and the result is that the content always opens inside the object frame. Is there any way, other than a flash embed which expands, to do this? Basically, what I'm looking for is a non-Flash ability to overlay something over the whole page (or at least expanded outside of the embed)
View 2 Replies
View Related
Jun 7, 2010
[URL] If you visit that page, it has 2 drop down menus embedded in each other. One is under the name "destination weddings" and within that, there is one named "Historic Wessex Packages". It runs on a JS script (which I am currently modifying) called slide.js. The problem is that if you go to one of the other pages (like Contact Us) then slide down the destination one, then the historic one, it doesn't cope with the dynamically changing height and fails.
View 3 Replies
View Related
Oct 5, 2009
I have a page that displays a modal dialog, using the following code to initialize it. This is working just fine:
// code in page1.html
jQuery(document).ready( function()
{ jQuery("#myButton").click( showDialog );
//variable to reference window
[Code]....
The contents of test2.html is displayed perfectly, but no javascript from test2.html is called.
View 2 Replies
View Related
May 11, 2010
<ul
id
=
[code]...
View 4 Replies
View Related
Aug 30, 2011
I currently use Google's and Quantcast's javascript includes on my site. I want to do the same thing for users of my site except on a much easier level. I want users to include a javascript that detects the URL of the page where the script is included... Should be easy but I don't know where to start.
View 4 Replies
View Related
Aug 4, 2009
I currently using the <object> tag to display a webpage in another webpage... essentially. I read that <iframe> is basically deprecated and <object> should be used to replace it.
Thus my code breaks down basically to this: <object data="mywebpage.php"></object>
I'm using FF3 and the question I have is how do I print the contents of the object only? Currently, I have to right click the object and under "This Frame" click Print.
How can I use a print button to resolve this?
View 2 Replies
View Related
Sep 4, 2009
Industry feedback in 'advertising world' is that I really could do with moving mini flash vids as thumbnail links, not static thumbnails if possible. This is where I am up to for you kind folk to see - [URL] The playback of the flash vids (in the big playback area right/mid of screen) from the JPG thumbnail links on the TOP ROW works FINE, but how do I similarly call that 'BIGFLASH' function to display the video right-centre linking from the JW Flash Player vid thumbnail equivalents on rows TWO and THREE?
Do Flash vids defo overide all other functionality (and thus the 'linking hand' hovering icon) we could otherwise use to "couch" the object (ie, in this case, the calling of the flash routine) like using javascript OnClick, etc or do we need to try and "con" the FLASHVARS within the flash player using the flashvar "DISPLAYCLICK:" ( http://developer.longtailvideo.com/trac/wiki/FlashVars ) to do something javascripty and invoke the 'BIGFLASH' function? The parameter options seem limited though don't they... as far as I can tell you can't use the DISPLAYCLICK flashvar to call a bespoke JS routine. I wonder if it is possible to put a transparent layer OVER the flash vid in JW Player and use that as the link, or does flash not allow other layers superimposed over it?
My hands seem to be bound unless I am not seeing the wood for the trees! I really like the layout as it is and the coding and the fact I'm nearly there so I would hate to have to do something radically different at this stage. Why is such an obvious function so difficult to achieve?!
View 1 Replies
View Related
Apr 28, 2011
I have an embedded font in my CSS however somtimes the texts loads before the font loads (i.e. the text is loaded in a normal font the it changes after). Is there anyway i can say dont load page until the font file is loaded, or maybe dont show the div until the font is loaded?
View 2 Replies
View Related
May 18, 2011
I have a javascript sound board that I've made for a Church skit but I'm wanting to be able to smoothly fade out the longer SFX without having to do it manually with the volume slider.
The Object: <span id="player_holder"><embed id="player" hidden="true" autostart="true" loop="false" volume="100"/></span>
How do I modify the volume value from: document.getElementById('player')
View 4 Replies
View Related
Jan 19, 2011
I wrote this to trigger the video when an image is clicked, but it doesnt work.
Code:
<head>
<style>
#movie {}
#img {}
</style>
[Code]...
View 1 Replies
View Related
Mar 24, 2009
I`m trying to write XML in HTML and read it with JavaScript [code]...
View 1 Replies
View Related
Apr 24, 2006
I am struggling to find examples on the web that implement Javascript
callback functions of an embedded Real Player.
There are lots of examples for Visual Basic, but I couldn't find any for
Javascript.
I am looking for any basic example.
For example, showing a javascript alert when a Real Player error is
triggered. (with examples for both Netscape/Firefox and Internet Explorer)
View 2 Replies
View Related
Dec 22, 2006
As desired it plays in a loop as soon as the web page is opened but i want a button ont there that can turn it off. Is there a javascript option to turn of the playing mp3?
View 4 Replies
View Related
Feb 16, 2011
I have a select inside of a table cell and when the user clicks the form Update button I need to get the value of the selected option and pass it to a php var for inclusion in the passed values to the next routine. The retrieval of the selected value could also take place when the selected option is changed.
The select has a class of 'symselect' assigned.
View 2 Replies
View Related
Aug 11, 2009
I'm using this code for my website to load pages dynamically:
It works great. However, I'm using a script for tooltips as well - when I load a page that has links/abbr's that need tooltips, the JavaScript doesn't run on them. My solution to this was to add a <script> in the #content of each page that needed tooltips, except that doesn't work either.
View 1 Replies
View Related
Aug 19, 2009
was wondering if I could get some direction on something that I have been wondering about for a while. There have several flash video players that I have seen that only start to load/play the video when the object is visible on the screen.
For instance, if I click a link to an html page with an auto playing flv on it, and then minimize the window. The video will only start to play/load once I maximize the window again. The other instance I have seen it is with the position of the page. So if an flv is placed onto a long html page, all the way at the bottom, it will only begin to load/play once I have scrolled to make it visible.
I have done some searching but have not been able to determine what this would even be refered to as. Is it controlled by Javascript or Actionscript, or is this just a the way flash player functions?
View 1 Replies
View Related
Feb 25, 2009
Is there a plain text editor that I can use in my form to edit Textarea's? I've looked at tinyMCE but that seems to only support rich text - I'm looking for a plain text editor.
View 5 Replies
View Related
Apr 27, 2011
I am not an expert in javascripting, so forgive me. What i am trying to do is disable embedded pdf documents from being scrolled up and down with the middle mousewheel button on the mouse.I am using embedded PDF files as a way to easily display reports through a browser (FireFox). The actual PDF is about 10 pages long, but the HTML page is coded with the embed tag and uses the Open Parameters to display just a few aspects of the PDF, in an easy to read format. The annoying part is that the embedded PDF sections can accidentally be scrolled with the mousewheel, which ruins the look of the report in the browser. Is there a way to disable this?
As you can see in the first div, i was trying to use javascript to disable the mouse wheel, which did not work. Since each div is a snapshot of the embedded pdf file, is there a javascript that can disable the mousewheel scroll for each section by placing it in the body tag?
View 5 Replies
View Related
Mar 23, 2006
Sooner or later we're all going to have to deal with the incredibly annoying consequences of the Eolas case, which has resulted in IE 7 and later 'upgrades' of IE6 requiring the user to click on every piece of embedded content on a webpage in order to 'activate' it for use, and in some cases having to negotiate a pop-up message asking them if they want to download the content. This has to be done every time the page reloads, too. The workaround involves having an external script insert your embedded content. Why? Well, that's legal 'logic' for you. The Javascript solutions I have seen on the net to do this are extremely cumbersome, so I wrote this super lean clean and easy to implement solution.
To make it work, wrap your embedded content in a <noscript> tag with class="ACSel". eg:
<noscript class="ACSel">
<object classid=".....>
....
</object>
</noscript>
Then add this to your <head>:
<script type="text/javascript" src = "activecontent.js"> </script>
and add the Javascript below to your site in a file called "activecontent.js". Note, you have to put the function in an external script. It cannot be in-line.
Finally, add 'onload="rewriteContent();"' to your body tag.
Done! Takes a couple of minutes.
function rewriteContent() {
var v=document.getElementsByTagName("noscript");
for(i=0;i<v.length;i++){
if(v[i].className=="ACSel"){
var el=v[i];
var nel=document.createElement("span");//create new span element to hold content
nel.innerHTML=el.innerHTML;// fill the newly inserted span with the active content
el.parentNode.replaceChild(nel,el); // and replace the <noscript> element with the <span> element
}
}
}
View 52 Replies
View Related