Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 973771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:19:44+00:00 2026-05-16T03:19:44+00:00

hi every body I’m trying to open an image in a new window ,using

  • 0

hi every body I’m trying to open an image in a new window ,using javascript, by clicking on a button, then set a class to the image, using this code:

    OpenWindow=window.open("", "newwin","height=100,width=1000"); 
    OpenWindow.document.write("<img id='img1' src='webfonts.jpg'>");
    OpenWindow.document.getElementById("img1").className = "larger";
    OpenWindow.document.close();

and this is the internal style I have included in my code in a style tag:
.larger{ width:10px; }
and in the body tag
1:I have include my image source by an img tag
2:make a button tag with an onclick=larger() attribute

but unfortunately I have a problem with last sentence, the class is not assigned at all to the image.
I have tried to use classname also instead of setttribute but it generates the same result.
any ideas?
thx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T03:19:45+00:00Added an answer on May 16, 2026 at 3:19 am

    First, the code you wrote is wrong. There’s an apostrophe too much behind img.

    Second, you didn’t assign an ID to your img element, so you can’t access it with document.getElementById.

    Use something like

    var docHead = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"'+
        'http://www.w3.org/TR/html4/strict.dtd">'+
        '<html><head><title>Test page</title>'+
        '<style type="text/css">'+
        '  .larger { width: 10px }'+
        '</style></head><body>';
    var docFoot = '</body></html>';
    
    OpenWindow=window.open("", "newwin", "height=100,width=1000");
    OpenWindow.document.write(docHead);
    OpenWindow.document.write('<img id="img1" src="webfonts.jpg">');
    OpenWindow.document.write(docFoot);
    OpenWindow.document.close();
    OpenWindow.document.getElementById('img1').className = "larger";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my game every 2 seconds I create a new body and then I
Hi every body i am new in iPhone application development. In my application need
Hai am trying to set alarm for every 10 minutes.But its running first time
I'm trying to change the body background image whenever orientation changes. This seemed pretty
every body! I am new to zend framework, I am working on ajax based
Hi every body i'm currently trying to solve a strange problem. I reduced as
hi every body i'm new to xercses C++dom parser.can anyone tell me can we
Ha ii every body,i am using accessory view checkmark for selection multiple values from
I am trying to autoreload my page after every 20 seconds. I am using
I'm trying to change the background color of the body every second but it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.