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

  • Home
  • SEARCH
  • 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

Every time I create a new project I copy the last project's ant file
Everybody knows that you should close a connection immediately after you finish using it.
I just started creating my data-access layer using LinqToSql. Everybody is talking about the
Every time I turn on my company-owned development machine, I have to kill 10+
Every time that I want to do a Layout, I'm getting a black layout
There doesn't seem to be any tried and true set of best practices to
I am attempting to pull some information from my tnsnames file using regex. I
everybody; I have this problem in asp.net, I have a page where I insert
It seems that everybody knows you're supposed to have a clear distinction between the
Ok maybe everybody knows how to do this, but I've never try it beacause

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.