Tagged Questions
0
votes
2answers
28 views
JavaScript HTML object HTMLSelectElement
I am trying to create a little HTML form where my users need to select some options from checkboxes and dropdown lists. The intended outcome is a text that is generated dynamically as the users ...
0
votes
2answers
35 views
How to get height=100% on <object> Embed
I'm trying to insert the following code but it is not working.
I am not able to get 100% height with this. Can anyone help me?
Thanks!
<body style="overflow:hidden;">
<TABLE align=left ...
2
votes
3answers
53 views
IE <object> z-index issue. wmode transparent doesn't work
I am having an IE z-index issue. Basically, I'm embedding a pdf using the object tag, but in IE, our favourite of favourite browsers it always appears above the drop down menu.
I have the same ...
1
vote
3answers
82 views
How to call function(s) of objects undefined in the object?
I have this code for an image
var img = {
id: id++,
link: m.attr("index"),
x: m.offsetx(),
y: m.offsety(),
width: m.width(),
height: m.height()
};
Now I would like to call a ...
0
votes
3answers
31 views
html object to call php and return string
I want to call a php script (with args) from HTML and to process the returned data
I tried various flavours of :
<object id=test1 data="object.php" type="text/plain">
where object.php just ...
3
votes
1answer
57 views
How to embed PDF file with responsive width
I'm embedding pdf files using something like this:
<div class="graph-outline">
<object style="width:100%;" data="path/to/file.pdf?#zoom=85&scrollbar=0&toolbar=0&navpanes=0" ...
4
votes
5answers
220 views
Accessing parent object variables from within the scope of the child object in php
So I have been researching templating engines and how to create my own simple templating engine. From a pure learning perspective, I read through a couple of them like this one here.
Using a little ...
0
votes
1answer
68 views
embedding pdf file within html with 100% width and height?
I'm trying to embed a pdf document in html code, and I tried three different approaches, which actually gave me the same result:
<embed src="files/cv_aaragon_en.pdf" width="100%" height="100%">
...
0
votes
0answers
33 views
How to load the jar file defined in the javascript?
var obj;
try {
obj = document.createElement("object");
obj.id = "GameObject1";
obj.name = "JavaGameObject1";
obj.setAttribute("classid", "clsid:72E6F181-D1B0-4C22-B0D7-4A0740EEAEF5");
...
0
votes
2answers
71 views
How to create a html obejct with javascript in a jsp page
all, I want to create a html obejct with javascript in a jsp
page, but 'alert(GameObject1.loginurl);' will alert 'undefined'.
Do I get some misstakes in the code below?
It seems that ...
0
votes
2answers
36 views
Setting new data on <object>
I have an issue with using <object>.
I need it to show different external pages, but it's not really working for me. It is like, after the first time I set Data, changing it does nothing.
Do I ...
0
votes
0answers
90 views
Jquery value of input text/radio is undefined
I have multiple links on my page which when you click, there's a div in which a quiz is displayed depending on what link you clicked. The quiz is displayed using ajax. The quiz is made up of multiple ...
0
votes
2answers
44 views
Create objects instead of articles in joomla?
Im trying to make a web in joomla kind of:
http://www.cuevana.tv/#!/peliculas
It will not be about, films nor online streaming, but im thinking in have "objects".
I have checked that site and i ...
-1
votes
0answers
76 views
html, javascript object tag async download
I have a page of the form site.com/page?url=ExternalUrl with the following code:
<object id="Object" data="ExternalUrl" width="800" height="600">
alt : <a ...
0
votes
1answer
43 views
Embedding an SWF Video in Wordpress: Many roads to failure
I've been racking my brain and my search bar with what I thought was a simple question:
I'm trying to add an SWF file, hosted on the same server as the blog, into a blog post. I need it to autoplay ...
0
votes
3answers
82 views
JavaScript Code Explanation For: (e && e.target) || (window.event && window.event.srcElement)
I have made a JavaScript tab view of a simple HTML page.
I've added onClick functions for header tags using JavaScript via nodes.
The onClick function performs a function called showTab passing on ...
3
votes
1answer
58 views
Javascript Dom element ID assigned to JS object? Am I insane or…?
Hokay, so I've been debugging a JS issue our app has on some mobile browsers recently, and the revelation the solution gave me seems to be completely insane:
My issue was, on the stock android ...
0
votes
0answers
21 views
Weird things happening when creating object of a class
Im doing some MVC learning. Getting this weird issue.
When im constructing my controller, it automatically displays it associated page. That shouldn't happen before the view function call.
This is ...
1
vote
2answers
66 views
Looping background MIDI file in a webpage
I never thought, I'd have to ask THIS question:
Is there a cross-browser way to play background MIDI files in a website without the need for a plugin?
(Now, please don't answer with "don't do it! ...
2
votes
1answer
62 views
JQuery .Ajax returned data as Object not HTML
I'm trying to return some information from an .ajax function but I'm having trouble extracting the data I need from the requested page .ajax function looks like this:
$.ajax({
type: 'get',
...
0
votes
1answer
27 views
Replace HTML object with text when printing
I have the line below to show and inline PDF
<div id="pdf"><object data="foo.pdf" type="application/pdf">
</object></div>
Works perfectly, however when one prints the page I ...
0
votes
1answer
103 views
html <object> size to fit content of object
I'm using the [object] tag to display the text of a .txt file. The object is within a div. When the object loads the text it sets up in a frame, which I can define height and width. However, setting ...
1
vote
1answer
101 views
Object Required error message with IE only
so in IE im getting an error at the bottom of my page saying "Object Required" on a certain line. The page loads ok but I dont want this error. Its only in IE but I dont know how to fix it.
The line ...
0
votes
1answer
70 views
Javascript remove HTML
I have this HTML code, and I want to remove part of the onclick events (the part after the ;). How should I do this?
I already got the object in an array:
document.getElementById(labels[i].htmlFor)
...
-1
votes
3answers
296 views
Passing arraylist of objecs through HTML form
So I have a Java ArrayList < myObject > arr that I want to pass from a jsp file to a java servlet using an HTML form. Whats the syntax to pass it?
-2
votes
2answers
53 views
JavaScript image objects
I would either like a way to relatively position objects to the upper left corner of a div. or a way to use JavaScript to create some sort of image view (without using HTML img tag) that will display ...
0
votes
0answers
113 views
Displaying Google map in IE using <div> <object>
How to make it work in ie8-ie9?
I have used iframes, but i have to take away all the iframe and replace them with some not bug way of displaying.
This the best way which works every where except ...
0
votes
0answers
67 views
Validation error , OBJECT, using swf/flash
I'm not understand why it can't pass the validation(
<!-- logo -->
<div id="tdLogo">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="548" height="170" ...
3
votes
2answers
64 views
Changing 'this' in javascript method calls?
Follow up question to this one, call javascript object method from html. I'm debugging this in Firebug.
function Fred() {
this.a = 1;
function foo() {
if (a == 1) {
a++;
...
1
vote
2answers
74 views
call javascript object method from html
I'm relatively new to Javascript programming. I'm working on an example and am having difficulty in invoking a method on an object from HTML. I suspect this has something to do with the scoping or ...
1
vote
4answers
51 views
Can't catch an element with find
I have this div:
<div>
<label>Big Name
<span class="small">Suggestion text</span>
</label>
<input type="text" onfocus="getSuggestion(this);">
...
0
votes
0answers
15 views
extra space at the top of QT obect video embeds
i'm trying to embed these videos using a javascript tag. it seems to be displaying fine in chrome on my PC, but when I check it out on my Mac in Firefox 19, I get this strange white box at the top of ...
0
votes
1answer
51 views
If IE don't show object [Header within Wordpress]
Looking to point IE browsers at a static image rather than the object I've created on the medio.com homepage.
This is the header_block php file that runs the object:
<!--Start of Product ...
1
vote
0answers
60 views
How do I display <Object> tag in webpage to input data other than Windows Explorer
I have recently learnt how to input data to my webpage from a txt file using tag and DATASRC. However when using the following code, it only works in Internet Explorer.
<OBJECT ID="league"
...
0
votes
2answers
70 views
Get object property value
I have an object that contains an array of objects from which I need to get a value of their properties.
As an example this is what I need to get:
Stronghold.bins.models[0].attributes.entity.title
...
0
votes
1answer
34 views
<object> doesn't appear when data=google.co.uk
I want to embed the google home page in a page on my website. I want to use the <object> html5 element because from what I've read this is the most up-to-date way to do this and should work on ...
0
votes
1answer
63 views
I can't serialize form from the object
I use scroll-pagination as a plugin in my page, And I use form to pass value to url i'm fetching the result.
After loaded new form will dynamically add to my page,and I want to serialize the new form ...
0
votes
1answer
57 views
Hash/pound # symbol in HTML tags within Javascript
I was hooking up my kendo list view to a php datasource using a forum post on Kendo UI.
It works but can you please explain that last line where they use # symbol.
And what about :data.Name? I do ...
0
votes
0answers
164 views
Flash Alternative link doesn't go anywhere
I'm working on a website where there is an eBay widget embedded on the page. For devices like the iPad n such where flash is not supported I have it set to show a picture instead that links to the ...
0
votes
0answers
108 views
Display loading message while pdfs within hidden object tags are embedding
I am using the OBJECT tag to embed hidden pdfs (width:0px height:0px) in my php pages
These pdfs can be printed without the user actually seeing the pdf file...
This only works in Internet Explorer ...
0
votes
1answer
78 views
Can an <object> tag resize when a <table> inside is rendered?
As you know, an HTML <table> element can have a lot of geometry variation for width and height of cells and the whole table overall. The browser does a lot of work re-sizing cell height and ...
0
votes
2answers
49 views
selecting jquery object via class and via id - result not the same object? [duplicate]
Possible Duplicate:
how to compare two elements in jquery
The below code results in:
select_over_id != select_over_class beeing true
if ($(select_over_id) == $(select_over_class))
Also ...
2
votes
2answers
146 views
Discover HTML Object tags methods/properties
The Garmin Communicator API operates through a browser plugin that is exposed to JS from an <object> tag embedded in the HTML body.
I'm trying to find any undocumented methods/properties of ...
0
votes
0answers
27 views
DW Template - make object params editable
on my website i want to use a Dreamweaver template containing the following code:
<object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" ...
0
votes
0answers
89 views
Download an embed swf object from a webpage to server
I know how to cache images from webpages, and save them.
But i wanna know how download a "application/x-shockwave-flash" file from a webpage with the element below :
<embed ...
0
votes
1answer
28 views
Uploading facebook object.html file to blogger and getting errors
URL used for debugging using Object Debugger :
http://www.something2gain.blogspot.in/p/blog-page_29.html
This is code in my object
.html file :
<head>
<meta property="og:type" ...
0
votes
1answer
68 views
PDF embedded with <object> acting odd
I am trying to embed a pdf in a web page. I am using the following code:
<object data='pdf/main.pdf#nameddest=fun&view=FitH'
type='application/pdf'
width='740'
...
0
votes
1answer
112 views
Using jQuery to write HTML
I'm trying to create a "feed" using data received from another site. It comes as an array of similar objects. I've tried a couple of ways of displaying the data but keep changing my mind on the best ...
0
votes
0answers
162 views
Flash video (swf) is not showing up in my broswer
I have this code here to play an SWF file in my website
<p style="margin-top:20px; margin-bottom:20px;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ...
1
vote
1answer
86 views
Swf behaving differently when embedded [closed]
I've got an swf file that I have embedded onto an HTML page but it is not doing what it normally does.
When I just drag and drop the swf file onto a web browser, it behaves as normal. The normal ...






